| Hosting Item | Link | Short Blurb |
|---|---|---|
| SpatiaLite | SpatiaLite | Spatial extension for SQLite with geographic data support |
| LibSQL | LibSQL | Modern fork of SQLite for contemporary applications |
| SQLite Cloud | SQLite Cloud | Share, scale and deploy SQLite databases in the cloud |
| DBHub.io | DBHub.io | Cloud-based SQLite storage solution |
| LiteFS | LiteFS | Distributed SQLite for scalable deployments |
| rqlite | rqlite | Distributed relational database built on SQLite |
| Tool Name | URL | Short Blurb | License |
|---|---|---|---|
| Litestream | https://litestream.io/ | Streaming replication for SQLite to S3, Azure, GCS, or SFTP | Apache 2.0 |
| sqlite3 CLI | https://www.sqlite.org/cli.html | Built-in backup command in SQLite command-line tool | Public Domain |
| SQLite Backup API | https://www.sqlite.org/backup.html | Native C API for online backup of SQLite databases | Public Domain |
| sqlitebck | https://github.com/GregorR/sqlitebck | Simple SQLite backup utility for automated backups | MIT |
| sqldump | https://www.sqlite.org/cli.html#dump | Export database as SQL statements for backup and migration | Public Domain |
| Web Framework | Language | URL | Short Blurb | License |
|---|---|---|---|---|
| Flask | Python | https://flask.palletsprojects.com/ | Lightweight WSGI web framework with built-in SQLite support | BSD-3-Clause |
| Django | Python | https://www.djangoproject.com/ | High-level Python web framework with native SQLite integration | BSD-3-Clause |
| Express.js | JavaScript | https://expressjs.com/ | Minimal Node.js framework, works with better-sqlite3 and sqlite3 packages | MIT |
| Sinatra | Ruby | http://sinatrarb.com/ | DSL for quickly creating web applications with SQLite support via sqlite3 gem | MIT |
| FastAPI | Python | https://fastapi.tiangolo.com/ | Modern, fast web framework with async SQLite support | MIT |
| Gin | Go | https://gin-gonic.com/ | High-performance Go web framework compatible with SQLite drivers | MIT |
| Laravel | PHP | https://laravel.com/ | PHP framework with elegant SQLite database configuration | MIT |
| Rails | Ruby | https://rubyonrails.org/ | Full-stack web framework with first-class SQLite support | MIT |