This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go-sqlite3
mirror of
https://github.com/mattn/go-sqlite3.git
Watch
1
Star
0
Fork
You've already forked go-sqlite3
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7b2b45f066
go-sqlite3
/
sqlite3_other.go
10 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
Added link flags for dl
2013-03-23 14:46:06 +04:00
// +build !windows, !darwin
Modified for windows support.
2012-10-28 06:58:40 +04:00
package
sqlite
/
*
Use sqlite amalgamation source on all platforms This removes the need for linking against the sqlite3 dynamic library and provides a more standalone go library
2013-03-23 14:30:43 +04:00
#
cgo
CFLAGS
:
-
I
.
Added link flags for dl
2013-03-23 14:46:06 +04:00
#
cgo
LDFLAGS
:
-
ldl
Modified for windows support.
2012-10-28 06:58:40 +04:00
*
/
import
"C"