0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-05-27 23:30:35 +00:00
Files
go-sqlite/README.md

10 lines
295 B
Markdown
Raw Permalink Normal View History

2017-04-21 01:17:29 +02:00
# sqlite
Package sqlite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine. (Work In Progress)
Installation
2018-11-06 18:50:11 +01:00
$ go get modernc.org/sqlite
2017-04-21 01:17:29 +02:00
2018-11-06 18:50:11 +01:00
Documentation: [godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite)