sqlitebrowser / dbhub.io

A "Cloud" for SQLite databases. Collaborative development for your data. 😊
https://dbhub.io
GNU Affero General Public License v3.0
372 stars 39 forks source link

question - online access #140

Closed livadask closed 1 year ago

livadask commented 3 years ago

Hi,

Can I have an online Sqlite database accessed by mobile apps ?

chrisjlocke commented 3 years ago

Via an API (so in an app) yes. At the moment, databases are read-only (select statements only supported).

justinclift commented 3 years ago

@livadask As @chrisjlocke mentions, yes but only "read only" for now. So, no INSERT, UPDATE, and DELETE statements aren't yet supported.

The API for access is documented at https://api.dbhub.io.

justinclift commented 1 year ago

Closing this, as it seems to be answered.