_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
guile-dbd-sqlite3 2.1.8
Dependencies: sqlite@3.39.3 zlib@1.3
Propagated dependencies: guile@3.0.9
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.

chicken5-sqlite3pth 0.2.6
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/sqlite3pth
Licenses: FreeBSD
Synopsis: Run SQLite queries asynchronously in pthreads. Supports calling Scheme from SQLite's VFS to supply database block storage.
Description:

Run SQLite queries asynchronously in pthreads. Supports calling Scheme from SQLite's VFS to supply database block storage.

python-sqlite-utils 3.38
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.6.0 go-modernc-org-libc@1.22.5 go-modernc-org-ccgo-v3@3.16.13 go-golang-org-x-sys@0.28.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.

chicken5-awful-sqlite3 0.7.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/awful-sqlite3
Licenses: FreeBSD
Synopsis: Sqlite3 support for awful
Description:

Sqlite3 support for awful

emacs-sqlite-mode-extras 20250827.1317
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xenodium/sqlite-mode-extras
Licenses:
Synopsis: Extensions for sqlite-mode
Description:

Documentation at https://melpa.org/#/sqlite-mode-extras

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: 42