_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-r2d2-sqlite 0.22.0
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/ivanceras/r2d2-sqlite
Licenses: Expat
Synopsis: SQLite and SQLCipher support for the r2d2 connection pool
Description:

SQLite and SQLCipher support for the r2d2 connection pool

guile2.0-sqlite3 0.1.3
Dependencies: guile@2.0.14 sqlite@3.39.3
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://notabug.org/guile-sqlite3/guile-sqlite3.git
Licenses: GPL 3+
Synopsis: Access SQLite databases from Guile
Description:

This package provides Guile bindings to the SQLite database system.

guile2.2-sqlite3 0.1.3
Dependencies: guile@2.2.7 sqlite@3.39.3
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://notabug.org/guile-sqlite3/guile-sqlite3.git
Licenses: GPL 3+
Synopsis: Access SQLite databases from Guile
Description:

This package provides Guile bindings to the SQLite database system.

rust-sqlx-sqlite 0.7.4
Channel: lguix-channel
Location: atuin.scm (atuin)
Home page: https://github.com/launchbadge/sqlx
Licenses: Expat ASL 2.0
Synopsis: SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details
Description:

This package provides SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.

python-sqlitedict 2.0.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/piskvorky/sqlitedict
Licenses: ASL 2.0
Synopsis: Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.
Description:

Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.

emacs-edbi-sqlite 0.1.1-1.52cb9ca
Propagated dependencies: emacs-edbi@0.1.3-1.6f50aaf
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/proofit404/edbi-sqlite
Licenses: GPL 3+
Synopsis: Open SQLite files in Emacs
Description:

This package is a convenience wrapper for edbi to open SQLite databases.

guile-dbd-sqlite3 2.1.8
Dependencies: sqlite@3.39.3 zlib@1.3
Propagated dependencies: guile@2.2.7
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/opencog/guile-dbi
Licenses: GPL 2+
Synopsis: Guile DBI driver for SQLite
Description:

guile-dbi is a library for Guile that provides a convenient interface to SQL databases. This package implements the interface for SQLite.

python-sqlitedict 2.0.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/piskvorky/sqlitedict
Licenses: ASL 2.0
Synopsis: Persistent dict backed up by sqlite3 and pickle
Description:

This package provides a lightweight wrapper around the sqlite3 database with a simple, Pythonic dict-like interface and support for multi-thread access.

emacs-sqlite3-api 0.18
Dependencies: sqlite@3.39.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/pekingduck/emacs-sqlite3-api
Licenses: GPL 3+
Synopsis: Dynamic module for Emacs to access the SQLite C interface
Description:

This package provides a dynamic module for Emacs that allows direct access to the SQLite C interface. It only exposes a subset of the full SQLite C interface, but should satisfy most user's needs.

python-sqlite-fts4 1.0.3
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/simonw/sqlite-fts4
Licenses: ASL 2.0
Synopsis: Python functions for working with SQLite FTS4 search
Description:

This package provides custom SQLite functions written in Python for ranking documents indexed using the SQLite's FTS4 full text search extension.

rust-sqlite3-parser 0.13.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gwenn/lemon-rs
Licenses: ASL 2.0 Expat
Synopsis: SQL parser (as understood by SQLite)
Description:

This package provides an SQL parser (as understood by SQLite).

rust-sqlite3-parser 0.12.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gwenn/lemon-rs
Licenses: ASL 2.0 Expat
Synopsis: SQL parser (as understood by SQLite)
Description:

This package provides an SQL parser (as understood by SQLite).

python-sqlite-utils 3.32.1
Propagated dependencies: python-click@8.1.7 python-click-default-group@1.2.4 python-dateutil@2.8.2 python-sqlite-fts4@1.0.3 python-tabulate@0.9.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/simonw/sqlite-utils
Licenses: ASL 2.0
Synopsis: CLI tool and Python utility functions for manipulating SQLite databases
Description:

This package provides a CLI tool and Python utility functions for manipulating SQLite databases. It's main features are:

  • Pipe JSON (or CSV or TSV) directly into a new SQLite database file, automatically creating a table with the appropriate schema.

  • Run in-memory SQL queries, including joins, directly against data in CSV, TSV or JSON files and view the results.

  • Configure SQLite full-text search against your database tables and run search queries against them, ordered by relevance.

  • Run transformations against your tables to make schema changes that SQLite ALTER TABLE does not directly support, such as changing the type of a column.

  • Extract columns into separate tables to better normalize your existing data.

go-modernc-org-sqlite 1.22.1
Propagated dependencies: go-modernc-org-tcl@1.15.0 go-modernc-org-mathutil@1.5.0 go-modernc-org-libc@1.22.5 go-modernc-org-ccgo-v3@3.16.13 go-golang-org-x-sys@0.25.0 go-github-com-mattn-go-sqlite3@1.14.22 go-github-com-klauspost-cpuid-v2@2.2.8 go-github-com-google-pprof@0.0.0-20240402174815-29b9bb013b0f
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://modernc.org/sqlite
Licenses: Modified BSD
Synopsis: sqlite
Description:

Package sqlite is a sql/database driver using a CGo-free port of the C SQLite3 library.

ghc-persistent-sqlite 2.13.1.1
Dependencies: ghc-persistent@2.13.3.5 ghc-aeson@2.0.3.0 ghc-conduit@1.3.5 ghc-microlens-th@0.4.3.13 ghc-monad-logger@0.3.40 ghc-resource-pool@0.2.3.2 ghc-resourcet@1.2.6 ghc-unliftio-core@0.2.1.0 ghc-unordered-containers@0.2.19.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.yesodweb.com/book/persistent
Licenses: Expat
Synopsis: Backend for the persistent library using sqlite3
Description:

This Haskell package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.

perl-datetime-format-sqlite 0.11
Propagated dependencies: perl-datetime@1.54 perl-datetime-format-builder@0.82
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Format-SQLite
Licenses: GPL 1+
Synopsis: Parse and format SQLite dates and times
Description:

This module understands the formats used by SQLite for its date, datetime and time functions. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a timestring accepted by SQLite.

go-github-com-mattn-go-sqlite3 1.14.22
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mattn/go-sqlite3
Licenses: Expat
Synopsis: Sqlite3 driver for Go
Description:

This package provides a Sqlite3 driver for Go using database/sql.

go-github-com-mattn-go-sqlite3-16 1.14.16
Channel: benoitj
Location: benoitj/packages/messaging.scm (benoitj packages messaging)
Home page: https://github.com/mattn/go-sqlite3
Licenses: Expat
Synopsis: Sqlite3 driver for Go
Description:

This package provides a Sqlite3 driver for Go using database/sql.

go-git-sr-ht-emersion-go-sqlite3-fts5 0.0.0-20230217131031-f2c8767594fc
Propagated dependencies: go-github-com-mattn-go-sqlite3-16@1.14.16
Channel: benoitj
Location: benoitj/packages/messaging.scm (benoitj packages messaging)
Home page: https://git.sr.ht/~emersion/go-sqlite3-fts5
Licenses: Expat
Synopsis: go-sqlite3-fts5
Description:

Standalone FTS5 extension for @urlhttps://github.com/mattn/go-sqlite3,go-sqlite3.

go-git-sr-ht-emersion-go-sqlite3-fts5 0.0.0-20240124102820-f3a72e8b79b1
Propagated dependencies: go-github-com-mattn-go-sqlite3@1.14.22
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://git.sr.ht/~emersion/go-sqlite3-fts5
Licenses: Expat
Synopsis: FTS5 extension for go-sqlite3
Description:

Standalone FTS5 extension for @urlhttps://github.com/mattn/go-sqlite3,go-sqlite3, that provides full-text search functionality to database applications.

go-humungus-tedunangst-com-r-go-sqlite3 1.1.3
Dependencies: sqlite@3.39.3
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://humungus.tedunangst.com/r/go-sqlite3
Licenses: Expat
Synopsis: go-sqlite3
Description:

Package sqlite3 provides interface to SQLite3 databases.

go-humungus-tedunangst-com-r-go-sqlite3 1.1.3
Dependencies: sqlite@3.39.3
Channel: efraim-dfsg
Location: dfsg/main/honk.scm (dfsg main honk)
Home page: https://humungus.tedunangst.com/r/go-sqlite3
Licenses: Expat
Synopsis: go-sqlite3
Description:

Package sqlite3 provides interface to SQLite3 databases.

go-github-com-mattn-go-sqlite3-for-gomuks 1.14.9
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/mattn/go-sqlite3
Licenses: Expat
Synopsis: Sqlite3 driver for Go
Description:

This package provides a Sqlite3 driver for Go using database/sql.

Page: 12
Total results: 47