Ask HN: Wouldn't it be cool to have a Supabase for SQLite?
Wouldn't it be cool to have a Supabase for SQLite?The core idea here is: let SQLite run next to your application on the server; but have all features a client-server database give you.What's the spec for this?- SQLite runs next to server as production database- That way, reads and writes are very fast- In dev, some sort of worker auto-copies the prod DB to the local repo. Production bugs can be reproduced easily and code fixed quickly- Have an interface that lets you access, view, and modify dat...
Read more at news.ycombinator.com