A collection of awesome sqlite tools, scripts, books, etc
Contributions welcome. Anything missing? Send in a pull request. Thanks.
- sqlite.org
- 2013: v3.8.0 - Aug/26
- 2010: v3.7.0 - Jul/22
- SQLite As An Application File Format
- In-Memory Databases
- sql.js - SQLite compiled to JavaScript through Emscripten
- SQLiteStudio
- [sqlitebowser] (https://github.com/sqlitebrowser/sqlitebrowser)
- q command line tool - Python script; lets you run SQL directly on CSV or TSV files
- datapak gem - Ruby tool and library for working with tabular data packages (.csv files w/ .json) using SQLite (via ActiveRecord)
- schemadoc gem - documents your database schemas (tables, columns, etc.)
- football.db - teams, competitions, seasons, matches, goals, rounds, groups, etc.
- beer.db - beer, brand, brewery, etc.
- The Definitive Guide to SQLite - by Mike Owens and Grant Allen; 2nd Edition, 2010; Apress; 368 pages
- Using SQLite - by Jay A. Kreibich; 2010, O'Reilly; 530 pages
License
The awesome list is dedicated to the public domain. Use it as you please with no restrictions whatsoever.
Questions? Comments?
Send them along to the sqlite-users maiing list. Thanks!