Windows: Statically linkable SQLite3
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
ab8d2da487
commit
9998a8cb38
3 changed files with 11 additions and 8 deletions
5
graphdb/conn_sqlite3_unix.go
Normal file
5
graphdb/conn_sqlite3_unix.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
// +build cgo,!windows
|
||||
|
||||
package graphdb
|
||||
|
||||
import _ "code.google.com/p/gosqlite/sqlite3" // registers sqlite
|
Loading…
Add table
Add a link
Reference in a new issue