feat(go-analyzer): add SQLite writer, complete analyzer pipeline
Add sqlite.go with DBWriter that writes analysis results (modules, features, tests, dependencies, library mappings) to the porting database. Successfully analyzes nats-server: 12 modules, 3673 features, 3257 tests, 36 library mappings, 11 dependencies.
This commit is contained in:
2
tools/go-analyzer/go.sum
Normal file
2
tools/go-analyzer/go.sum
Normal file
@@ -0,0 +1,2 @@
|
||||
github.com/mattn/go-sqlite3 v1.14.34 h1:3NtcvcUnFBPsuRcno8pUtupspG/GM+9nZ88zgJcp6Zk=
|
||||
github.com/mattn/go-sqlite3 v1.14.34/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
|
||||
Reference in New Issue
Block a user