Pure Go Libraries for manipulating a SQLite file.
go get github.com/kawakami-o3/go-sqlite3-utils
Load the SQLite file, /tmp/test.db
,
sqlite3utils.Load("/tmp/test.db")
Get the first value at the second row in the table, "person",
pages.Tables["person"].Entries[1].Datas[0].Value
- Complicated file: Now, the parser can read wc.db of subversion.
- Overflow page
- Schema parser
- Index page
- Writer