GitHub - electric-sql/pglite: Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno
DuckDB Doesn’t Need Data To Be a Database
nikolasgoebel.com
この疑問から2ヶ月後の今、自分で答えを見つけた。
サーバーアプリでもSQLiteを採用するのが正しい場面は、「ちょっとした業務アプリの開発」だ。
スタートアップで本格的なシングルプロダクトを作るなら、無難にPostgresを採用する。
しかし、これには見えにくいダウンサイドがある。
まず、Postgresをローカルの開発環境にセットアップすることを考える。
このとき、1個のPostgresをHomebrew... See more
Kenn Ejimax.comPostgres Language Server: implementing the Parser
supabase.com