mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-06 08:16:50 +08:00
freebsd/amd64: release it. Closes #68 libc#10
This commit is contained in:
47
doc.go
47
doc.go
@@ -7,6 +7,27 @@
|
|||||||
// SQLite is an in-process implementation of a self-contained, serverless,
|
// SQLite is an in-process implementation of a self-contained, serverless,
|
||||||
// zero-configuration, transactional SQL database engine.
|
// zero-configuration, transactional SQL database engine.
|
||||||
//
|
//
|
||||||
|
// Supported platforms and architectures
|
||||||
|
//
|
||||||
|
// These combinations of GOOS and GOARCH are currently supported
|
||||||
|
//
|
||||||
|
// darwin amd64
|
||||||
|
// darwin arm64
|
||||||
|
// freebsd amd64
|
||||||
|
// linux 386
|
||||||
|
// linux amd64
|
||||||
|
// linux arm
|
||||||
|
// linux arm64
|
||||||
|
// windows amd64
|
||||||
|
//
|
||||||
|
// The windows/amd64 has currently experimental/preview status. Tcl tests
|
||||||
|
// report an unresolved yet memory leak, see
|
||||||
|
// https://gitlab.com/cznic/sqlite/-/issues/23 for more details.
|
||||||
|
//
|
||||||
|
// Planned platforms and architectures
|
||||||
|
//
|
||||||
|
// windows 386
|
||||||
|
//
|
||||||
// Builders
|
// Builders
|
||||||
//
|
//
|
||||||
// Builder results available at
|
// Builder results available at
|
||||||
@@ -15,6 +36,12 @@
|
|||||||
//
|
//
|
||||||
// Changelog
|
// Changelog
|
||||||
//
|
//
|
||||||
|
// 2021-09-07 v1.13.0:
|
||||||
|
//
|
||||||
|
// Support freebsd/amd64.
|
||||||
|
//
|
||||||
|
// Changelog
|
||||||
|
//
|
||||||
// 2021-06-23 v1.11.0:
|
// 2021-06-23 v1.11.0:
|
||||||
//
|
//
|
||||||
// Upgrade to use sqlite 3.36.0, release notes at https://www.sqlite.org/releaselog/3_36_0.html.
|
// Upgrade to use sqlite 3.36.0, release notes at https://www.sqlite.org/releaselog/3_36_0.html.
|
||||||
@@ -119,26 +146,6 @@
|
|||||||
//
|
//
|
||||||
// ...
|
// ...
|
||||||
//
|
//
|
||||||
// Supported platforms and architectures
|
|
||||||
//
|
|
||||||
// These combinations of GOOS and GOARCH are currently supported
|
|
||||||
//
|
|
||||||
// darwin amd64
|
|
||||||
// darwin arm64
|
|
||||||
// linux 386
|
|
||||||
// linux amd64
|
|
||||||
// linux arm
|
|
||||||
// linux arm64
|
|
||||||
// windows amd64
|
|
||||||
//
|
|
||||||
// The windows/amd64 has currently experimental/preview status. Tcl tests
|
|
||||||
// report an unresolved yet memory leak, see
|
|
||||||
// https://gitlab.com/cznic/sqlite/-/issues/23 for more details.
|
|
||||||
//
|
|
||||||
// Planned platforms and architectures
|
|
||||||
//
|
|
||||||
// windows 386
|
|
||||||
//
|
|
||||||
// Debug and development versions
|
// Debug and development versions
|
||||||
//
|
//
|
||||||
// A comma separated list of options can be passed to `go generate` via the
|
// A comma separated list of options can be passed to `go generate` via the
|
||||||
|
Reference in New Issue
Block a user