sqlite3 driver for go using database/sql
Go to file
Gert-Jan Timmer b80de55e55 Update
* Renamed SQLiteConn.loc => SQLiteConn.tz
* Fix code format
* Added Documentation for LIMIT Constants
* Updated Crypt Encoders
* Changed
* Encoders now use CryptEncoder & CryptSaltedEncoder interfaces this allows for custom implementation by users
* Added Configuration
* Config implements Connector (Golang:1.10)
* Driver implements DriverContext (Golang:1.10)
2018-06-23 09:42:05 +02:00
_driver Add optional extensions/modules/config 2018-06-20 17:11:00 +02:00
_example Rewrite 2018-06-15 17:53:32 +02:00
cmd/upgrade Fix upgrade tool 2018-06-18 10:44:34 +02:00
driver Update 2018-06-23 09:42:05 +02:00
.gitignore Rewrite 2018-06-15 17:53:32 +02:00
.travis.yml Fix Travis-CI 2018-06-18 10:56:33 +02:00
AUTHORS Rewrite 2018-06-15 17:53:32 +02:00
CHANGELOG.md Rewrite 2018-06-15 17:53:32 +02:00
CONTRIBUTING.md Rewrite 2018-06-15 17:53:32 +02:00
LICENSE Rewrite 2018-06-15 17:53:32 +02:00
README.md Rewrite 2018-06-15 17:53:32 +02:00

README.md

TODO Rewrite