On Fri, Apr 21, 2017 at 7:03 AM Jérôme LAFORGE <jerome.lafo...@gmail.com>
wrote:

> It is driver only or that contains also the process that manages the data
via sql?

The driver works in-process by calling into an included virtual machine
that's loaded by code compiled from sqlite3.c via go generate.

Connection to a database is acquired through sql.Open("sqlite", dsnURI).

-- 

-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.

Reply via email to