Problem
Now it's really cool to use SQLite for your backend, but you need a quality UI to be able to read and write data.
Proposed solution
Create your own local server that, after installation, will connect to the database, after which TablePro can create an SSH tunnel
ssh -f -N -L 9000:127.0.0.1:8080 root@IP
(or HTTPS, For example, through Caddy)
db.example.com {
reverse_proxy 127.0.0.1:8080
}
and display our database data in its UI. Database editing support is also needed.
No desktop client has this feature; if you implement it, it will be a killer feature.
See WEB UI example:
https://github.com/coleifer/sqlite-web
https://github.com/YinMo19/sql-web (rust port)
https://gateway.drizzle.team/docs/binary
Alternatives considered
No response
Related database type
SQLite
Problem
Now it's really cool to use SQLite for your backend, but you need a quality UI to be able to read and write data.
Proposed solution
Create your own local server that, after installation, will connect to the database, after which TablePro can create an SSH tunnel
(or HTTPS, For example, through Caddy)
and display our database data in its UI. Database editing support is also needed.
No desktop client has this feature; if you implement it, it will be a killer feature.
See WEB UI example:
https://github.com/coleifer/sqlite-web
https://github.com/YinMo19/sql-web (rust port)
https://gateway.drizzle.team/docs/binary
Alternatives considered
No response
Related database type
SQLite