SQLite and SQLCipher support for the r2d2 connection pool
This package provides Guile bindings to the SQLite database system.
This package provides Guile bindings to the SQLite database system.
This package provides SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.
Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.
This package is a convenience wrapper for edbi
to open SQLite databases.
guile-dbi is a library for Guile that provides a convenient interface to SQL databases. This package implements the interface for SQLite.
This package provides a lightweight wrapper around the sqlite3 database with a simple, Pythonic dict
-like interface and support for multi-thread access.
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.
This package provides custom SQLite functions written in Python for ranking documents indexed using the SQLite's FTS4 full text search extension.
This package provides an SQL parser (as understood by SQLite).
This package provides an SQL parser (as understood by SQLite).
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.
Package sqlite is a sql/database driver using a CGo-free port of the C SQLite3 library.
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.
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.
This package provides a Sqlite3 driver for Go using database/sql
.
This package provides a Sqlite3 driver for Go using database/sql
.
Standalone FTS5 extension for @urlhttps://github.com/mattn/go-sqlite3,go-sqlite3.
Standalone FTS5 extension for @urlhttps://github.com/mattn/go-sqlite3,go-sqlite3, that provides full-text search functionality to database applications.
Package sqlite3 provides interface to SQLite3 databases.
Package sqlite3 provides interface to SQLite3 databases.
This package provides a Sqlite3 driver for Go using database/sql
.