SQLite
Links
EXPLAIN QUERY PLAN - SQL command that is used to obtain a high-level description of the strategy or plan that SQLite uses to implement a specific SQL query.
FTS5 - SQLite virtual table module that provides full-text search functionality to database applications.
sqlite-web - Web-based SQLite database browser written in Python.
DB Browser for SQLite - High quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
sqlite-utils - Python CLI utility and library for manipulating SQLite databases.
pgsqlite - PostgreSQL extension that embeds SQLite3 and uses large objects as storage.
sqlite-diffable - Tools for dumping/loading a SQLite database to diffable directory structure.
hybrid-disk-cache - Hybrid disk cache library that utilized both the solid SQLite3 and file system.
LiteTree - SQLite with Branches.
sandman2 - Generates a RESTful API service from your existing database, without requiring you to write a line of code. Works with SQLite.
node-sqlite - SQLite client for Node.js applications with SQL-based migrations API written in TypeScript.
simple-graph - Graph database in SQLite. (Lobsters) (HN)
SQLiteC++ - Smart and easy to use C++ SQLite3 wrapper.
sqlite-worker - Simple, and persistent, SQLite database for Web and Workers.
Grafito - Portable, Serverless & Lightweight SQLite-based Graph Database.
GRDB.swift - Toolkit for SQLite databases, with a focus on application development. (Web)
Litestream - Streaming replication for SQLite. (Why I Built Litestream (2021)) (HN) (Lobsters)
sqlite-transform - Tool for running transformations on columns in a SQLite database.
Rust SQLite - SQLite clone from scratch in Rust.
sqleet - Encryption extension for SQLite3.
SQLite Viewer - View SQLite file online. (Code)
Amalgalite - SQLite embedded in a Ruby extension.
Last updated