gitlab.com/CoiaPrant/sqlite3@v1.19.1/README.md (about)

     1  # sqlite
     2  
     3  Package sqlite is a cgo-free port of SQLite. Although you could see mattn's driver (`github.com/mattn/go-sqlite3`) in go.mod file, we import it for tests only.
     4  
     5  SQLite is an in-process implementation of a self-contained, serverless,
     6  zero-configuration, transactional SQL database engine.
     7  
     8  ## Thanks
     9  
    10  This project is sponsored by Schleibinger Geräte Teubert u. Greim GmbH by
    11  allowing one of the maintainers to work on it also in office hours.
    12  
    13  ## Installation
    14  
    15      $ go get gitlab.com/CoiaPrant/sqlite3
    16  
    17  ## Documentation
    18  
    19  [godoc.org/gitlab.com/CoiaPrant/sqlite3](http://godoc.org/gitlab.com/CoiaPrant/sqlite3)
    20  
    21  ## Builders
    22  
    23  [modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite)