Package: golang-github-zombiezen-go-sqlite-dev (1.4.2-1)
Links for golang-github-zombiezen-go-sqlite-dev
Debian Resources:
Download Source Package golang-github-zombiezen-go-sqlite:
- [golang-github-zombiezen-go-sqlite_1.4.2-1.dsc]
- [golang-github-zombiezen-go-sqlite_1.4.2.orig.tar.gz]
- [golang-github-zombiezen-go-sqlite_1.4.2-1.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
- golang-github-invopop-jsonschema-dev
- golang-github-ergochat-readline-dev
- golang-github-go-openapi-testify-dev
- sqlite-utils
- golang-github-rubenv-sql-migrate-dev
- sql-migrate
- golang-github-xtaci-kcp-dev
- golang-github-google-go-tpm-tools-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-openpubkey-opkssh-dev
- golang-github-ebitengine-purego-dev
Low-level Go interface to SQLite 3 (library)
This package provides a low-level Go interface to SQLite 3 (https://sqlite.org/). It is a fork of crawshaw.io/sqlite (https://github.com/crawshaw/sqlite) that uses modernc.org/sqlite (https://pkg.go.dev/modernc.org/sqlite), a CGo-free SQLite package. It aims to be a mostly drop-in replacement for crawshaw.io/sqlite.
This package deliberately does not provide a database/sql driver. See David Crawshaw's rationale (https://crawshaw.io/blog/go-and-sqlite) for an in-depth explanation. If you want to use database/sql with SQLite without CGo, use modernc.org/sqlite directly.
Features
* Full SQLite functionality via modernc.org/sqlite, an automatically generated translation of the original C source code of SQLite into Go * Builds with CGO_ENABLED=0, allowing cross-compiling and data race detection * Allows access to SQLite-specific features like blob I/O (https://pkg.go.dev/zombiezen.com/go/sqlite#Blob) and user-defined functions (https://pkg.go.dev/zombiezen.com/go/sqlite#Conn.CreateFunction) * Includes a simple schema migration package (https://pkg.go.dev/zombiezen.com/go/sqlite/sqlitemigration) * Utilities for running embedded SQL scripts (https://pkg.go.dev/zombiezen.com/go/sqlite/sqlitex#ExecScriptFS) using the Go 1.16 embedding feature (https://pkg.go.dev/embed) * A go fix-like tool (/cmd/zombiezen-sqlite-migrate/README.md) for migrating existing code using crawshaw.io/sqlite * A simple REPL (https://pkg.go.dev/zombiezen.com/go/sqlite/shell) for debugging
This package contains the Go development library.
Other Packages Related to golang-github-zombiezen-go-sqlite-dev
|
|
|
|
-
- dep: golang-github-chzyer-readline-dev
- Readline is a pure go implementation for a GNU-Readline like library
-
- dep: golang-golang-x-tools-dev
- supplementary Go tools (development files)
-
- dep: golang-modernc-libc-dev
- partial reimplementation of C libc in pure Go (Go library)
-
- dep: golang-modernc-sqlite-dev
- CGo-free port of SQLite/SQLite3 (Go library)
Download golang-github-zombiezen-go-sqlite-dev
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 80.4 kB | 448.0 kB | [list of files] |
