└── readme.md /readme.md: -------------------------------------------------------------------------------- 1 | # Awesome SQLite 2 | 3 | - [SQLite](https://sqlite.org/doclist.html) - Official Documentation 4 | - [litestream](https://github.com/benbjohnson/litestream) - Streaming replication for SQLite 5 | - [sqlean](https://github.com/nalgeon/sqlean) - The ultimate set of SQLite extensions 6 | - [ws4sqlite](https://github.com/proofrock/ws4sqlite) - Query SQLite via http and remote clients 7 | - [dqlite](https://github.com/canonical/dqlite) - Embeddable, replicated and fault tolerant SQL engine 8 | - [rqlite](https://github.com/rqlite/rqlite) - Lightweight, distributed relational database built on SQLite 9 | - [SQLite Source Repository](https://github.com/sqlite/sqlite) - Official Git mirror of the SQLite source tree 10 | 11 | ## Articles 12 | 13 | - [Consider SQLite](https://blog.wesleyac.com/posts/consider-sqlite) 14 | - [SQLite is not a toy database](https://antonz.org/sqlite-is-not-a-toy-database/) 15 | - [Scaling SQLite to 4M QPS on a Single Server](https://blog.expensify.com/2018/01/08/scaling-sqlite-to-4m-qps-on-a-single-server/) 16 | - [SQLite the only database you will ever need in most cases](https://www.unixsheikh.com/articles/sqlite-the-only-database-you-will-ever-need-in-most-cases.html) 17 | 18 | ## Desktop 19 | 20 | - [sqlite-gui](https://github.com/little-brother/sqlite-gui) - Lightweight SQLite editor for Windows 21 | - [SQLiteStudio](https://sqlitestudio.pl) - Create, edit, browse SQLite databases 22 | - [Beekeeper Studio](https://www.beekeeperstudio.io) - cross-platform SQL editor and database manager 23 | - [DB Browser for SQLite](https://sqlitebrowser.org) 24 | - [SQLite Viewer for VSCode](https://marketplace.visualstudio.com/items?itemName=qwtel.sqlite-viewer) 25 | 26 | ## Web 27 | 28 | - [sqliteviz](https://github.com/lana-k/sqliteviz) - Instant offline SQL-powered data visualisation in your browser 29 | - [sqlite-viewer](https://sqliteviewer.app) - Web-based SQLite Explorer 30 | - [sqlite-viewer (2)](https://inloop.github.io/sqlite-viewer/) - View SQLite file online 31 | - [SQLime](https://sqlime.org) - Online SQLite playground 32 | 33 | ## CLI 34 | 35 | - [sqlite3 | sqlite3.exe](https://sqlite.org/cli.html) - Official Command Line Shell For SQLite 36 | - [Datasette](https://datasette.io) - An open source multi-tool for exploring and publishing data 37 | 38 | ## JavaScript 39 | 40 | - [sql.js](https://github.com/sql-js/sql.js) - A javascript library to run SQLite on the web 41 | - [absurd-sql](https://github.com/jlongster/absurd-sql) - SQLite in your IndexedDB (a backend for sql.js) 42 | - [better-sqlite3](https://github.com/JoshuaWise/better-sqlite3) - The fastest and simplest library for SQLite3 in Node.js 43 | - [remix/indie-stack](https://github.com/remix-run/indie-stack) - The Remix Stack for deploying to Fly with SQLite, auth, testing, linting, formatting 44 | 45 | ## Go 46 | 47 | - [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) - sqlite3 driver for go using database/sql (requires gcc) 48 | - [crawshaw/sqlite](https://github.com/crawshaw/sqlite) - Low-level Go interface to SQLite 49 | - [modernc.org/sqlite](https://pkg.go.dev/modernc.org/sqlite) - cgo-free port of SQLite 50 | - [go-dqlite](https://github.com/canonical/go-dqlite) - Go bindings for libdqlite 51 | 52 | --- 53 | 54 | JOIN • [SQLite Discord Server](https://discord.gg/JzzxztXY6z) • [Twitter](https://twitter.com/SQLsite) • 🌻 55 | --------------------------------------------------------------------------------