Roger Binns wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Richard Klein wrote:
>> Are there any GUI-based tools that provide
>> management of a remote SQLite database?
> 
> SQLite is an in process database and only provides code that ultimately
> calls the operating system's open/read/write/lock/close methods.  There
> is nothing "remote" to it!

True!  Remote management would have to rely on either NFS-style mounting
of remote volumes, or on a client/server mechanism.

I was hoping there might be a client/server management tool out there.
I would need the source code, since the server part would need to be
ported to my embedded device.

Thanks,
- Richard

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to