Re: [go-nuts] Re: {CGO,VM}-free SQLite (ATM Linux/Intel only, pre-alpha)

2017-06-09 Thread Jan Mercl
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

Re: [go-nuts] Re: {CGO,VM}-free SQLite (ATM Linux/Intel only, pre-alpha)

2017-06-08 Thread David Anderson
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

[go-nuts] Re: {CGO,VM}-free SQLite (ATM Linux/Intel only, pre-alpha)

2017-06-08 Thread Mandolyte
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