#1 2023-07-03 16:08:31

rdevine
Member
Registered: 2014-02-20
Posts: 43

Remote SQLite management

I'm looking for a way to manage a SQLite database on a cloud VPS (only for testing during development - not for production use!). I've come across this which provides a Web UI:

https://github.com/coleifer/sqlite-web

Anyone get any other suggestions?

Edit: Just found this - looks ideal with a Docker image - https://dbgate.org/

Thanks, Bob

Last edited by rdevine (2023-07-03 16:36:10)

Offline

#2 2023-07-03 19:08:53

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,237
Website

Re: Remote SQLite management

You can also just publish your mORMot SQlite3 using a remote DB (mormot.db.proxy unit in mORMot 2) from the main server, and access it using the DB explorer from mORMOt 1.

Offline

Board footer

Powered by FluxBB