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 7:52 PM, Mandolyte <cecil....@gmail.com> wrote:

> 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 PM UTC-4, Jan Mercl wrote:
>>
>> https://github.com/cznic/sqlite
>>
>> --
>>
>> -j
>>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to