forked from kuroneko/gosqlite3
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
504a1a2
commit a424131
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
== About == | ||
|
||
GoSQLite3 provides both low-level and high-level wrappers for accessing the SQLite3 database from Go. | ||
It started as simple extension of the API defined by Russ Cox in his wrapper which has since been | ||
extended with a number of high-level conveniences. | ||
|
||
|
||
== Installation == | ||
|
||
We support goinstall which can be invoked using the following command-line: | ||
|
||
goinstall -dashboard=true github.com/kuroneko/gosqlite3 | ||
|
||
|
||
== Usage == | ||
|
||
Please read the tests for examples of how to perform queries and handle results. | ||
Documentation will follow in due course. | ||
|
||
|
||
== License == | ||
|
||
TBD | ||
|
||
|
||
== Contributors == | ||
|
||
Chris Collins | ||
Eleanor McHugh |