Y
Hacker News
new
|
ask
|
show
|
jobs
by
bierjunge
1910 days ago
If you switch to PostgreSQL, then PostgREST would be a nice solution. It turns your DB into a webserver with REST API for data interaction. Add a simple frontend like you mentioned and it's done.
1 comments
ruslan_talpa
1909 days ago
And you can have the postgrest api up and running with
https://subzero.cloud/
you just bring your own db that you control
link
ruslan_talpa
1909 days ago
And even the frontend is probably already written for the use-case that you have
https://github.com/priyank-purohit/PostGUI
“ A React web application to query and share any PostgreSQL database”
link