From 0fe9ac09b05da72a6237c80c0f2efaa09baec40f Mon Sep 17 00:00:00 2001 From: glebarez Date: Sat, 11 Dec 2021 14:07:03 +0100 Subject: [PATCH] update readme --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c7bbeb7..d187588 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,5 @@ -# sqlite +# go-sqlite +pure-Go port of SQLite. -Package sqlite is a CGo-free port of SQLite. +This is a conceptual fork of https://gitlab.com/cznic/sqlite -SQLite is an in-process implementation of a self-contained, serverless, -zero-configuration, transactional SQL database engine. - -Installation - - $ go get modernc.org/sqlite - -Documentation: [godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite) - -Builders: [modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite)