Commit 2754fc5e authored by gwenn's avatar gwenn

Misc.

parent 989ed582
......@@ -2,7 +2,9 @@ Yet another SQLite binding based on:
- original [Russ Cox's](http://code.google.com/p/gosqlite/) implementation,
- the [Patrick Crosby's](https://github.com/patrickxb/fgosqlite/) fork.
This binding implements the "database/sql/driver" interface.
There are two layers:
* one matching the SQLite API (with Backup, Blob, user-defined Function/Module, ...).
* and another implementing the "database/sql/driver" interface.
[![GoDoc](https://godoc.org/github.com/gwenn/gosqlite?status.png)](https://godoc.org/github.com/gwenn/gosqlite)
......
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