Skip to content

Commit

Permalink
Initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
feyeleanor committed May 20, 2011
1 parent 231bee6 commit 6ab33f5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README
@@ -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

0 comments on commit 6ab33f5

Please sign in to comment.