Skip to content

patrickxb/fgosqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

This is based on Russ Cox's original gosqlite package: http://code.google.com/p/gosqlite/ I added Scan2 and Exec2 which use sqlite api calls to get/bind values instead of the original which basically converted everything to strings. Scan2 and Exec2 are significantly faster. See the benchmarks in fgosqlite_test.go. 

About

sqlite3 binding for go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages