On Fri, Jun 9, 2017 at 5:01 AM David Anderson wrote:
> It looks like it takes the sqlite3 source code (specifically,
https://www.sqlite.org/amalgamation.html), mechanically translates it from
C to Go using https://github.com/cznic/ccgo , then adds a thin layer to
adapt the database/sql interfaces
It looks like it takes the sqlite3 source code (specifically,
https://www.sqlite.org/amalgamation.html), mechanically translates it from
C to Go using https://github.com/cznic/ccgo , then adds a thin layer to
adapt the database/sql interfaces to the C-in-Go codebase.
- Dave
On Thu, Jun 8, 2017 at
By the name and the reference to the SQLite3 website for documentation, I
think is intended to be a pure (?) Go driver for the SQLite3 file format.
But I also noticed some references to C runtime... so just wanted to make
sure I understood the intent.
thanks.
On Monday, June 5, 2017 at 2:30:18