Commit 5281feb8 authored by Patrick Crosby's avatar Patrick Crosby

some explanation

parent 6ed6151b
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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment