mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-06 00:06:56 +08:00
release SQLite 3.37.0
This commit is contained in:
21
doc.go
21
doc.go
@@ -2,7 +2,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// Package sqlite is a CGo-free port of SQLite/SQLite3 v3.36.0.
|
// Package sqlite is a sql/database driver using a CGo-free port of the C
|
||||||
|
// SQLite3 library.
|
||||||
//
|
//
|
||||||
// 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.
|
||||||
@@ -11,14 +12,16 @@
|
|||||||
//
|
//
|
||||||
// These combinations of GOOS and GOARCH are currently supported
|
// These combinations of GOOS and GOARCH are currently supported
|
||||||
//
|
//
|
||||||
// darwin amd64
|
// OS Arch SQLite version
|
||||||
// darwin arm64
|
// ------------------------------
|
||||||
// freebsd amd64
|
// darwin amd64 3.37.0
|
||||||
// linux 386
|
// darwin arm64 3.37.0
|
||||||
// linux amd64
|
// freebsd amd64 3.37.0
|
||||||
// linux arm
|
// linux 386 3.37.0
|
||||||
// linux arm64
|
// linux amd64 3.37.0
|
||||||
// windows amd64
|
// linux arm 3.37.0
|
||||||
|
// linux arm64 3.37.0
|
||||||
|
// windows amd64 3.36.0 (Issue #80)
|
||||||
//
|
//
|
||||||
// Builders
|
// Builders
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user