mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-06 00:06:56 +08:00
link to builder results
This commit is contained in:
@@ -7,3 +7,5 @@ Installation
|
|||||||
$ go get modernc.org/sqlite
|
$ go get modernc.org/sqlite
|
||||||
|
|
||||||
Documentation: [godoc.org/modernc.org/sqlite](http://godoc.org/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)
|
||||||
|
6
doc.go
6
doc.go
@@ -5,6 +5,12 @@
|
|||||||
// Package sqlite is an in-process implementation of a self-contained,
|
// Package sqlite is an in-process implementation of a self-contained,
|
||||||
// serverless, zero-configuration, transactional SQL database engine.
|
// serverless, zero-configuration, transactional SQL database engine.
|
||||||
//
|
//
|
||||||
|
// Builders
|
||||||
|
//
|
||||||
|
// Test results available at
|
||||||
|
//
|
||||||
|
// https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite
|
||||||
|
//
|
||||||
// Changelog
|
// Changelog
|
||||||
//
|
//
|
||||||
// 2020-09-13 v1.7.0:
|
// 2020-09-13 v1.7.0:
|
||||||
|
Reference in New Issue
Block a user