generated at
サーバーサイドSQLite
サービス/ライブラリ/フレームワーク
Deno公式からFoundationDBSQLiteの2種類のバックエンドが提供されており、SQLiteバックエンドについてはOSSとして公開されています (https://github.com/denoland/denokv)
SQLiteベースのバックエンドについてはセルフホストも可能で、レプリケーションなどの仕組みもサポート
> SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.
プロダクション環境におけるSQLiteの利用に向けた改善が実施されている模様
> Open source, scale-to-zero, HTTP SQLite database built on top of Cloudflare Durable Objects.

リンク
https://github.com/fractaledmind/sqlite.directory - Directory of SQLite-backed applications