diff options
author | Jan Mercl <0xjnml@gmail.com> | 2017-04-21 01:17:29 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2017-04-21 01:17:29 +0200 |
commit | ed3807ab478f18e3be176f504c811a7b4b7d9b8e (patch) | |
tree | 5740e4e0fa8585cd8367bc0f3562fe7caf133344 /README.md |
Add Initial content.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..268d353 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# sqlite + +Package sqlite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine. (Work In Progress) + +Installation + + $ go get github.com/cznic/sqlite + +Documentation: [godoc.org/github.com/cznic/sqlite](http://godoc.org/github.com/cznic/sqlite) |