github.com/jdgcs/sqlite3@v1.12.1-0.20210908114423-bc5f96e4dd51/README.md (about)

     1  # sqlite
     2  
     3  Package sqlite is a CGo-free port of SQLite.
     4  
     5  SQLite is an in-process implementation of a self-contained, serverless,
     6  zero-configuration, transactional SQL database engine.
     7  
     8  Installation
     9  
    10      $ go get modernc.org/sqlite
    11  
    12  Documentation: [godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite)
    13  
    14  Builders: [modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite)