← Back to context Comment by avinassh 18 hours ago how does collaboration works for SQLite, since the db is embedded? 3 comments avinassh Reply sqliteonline 16 hours ago When you upload a database to the site, it is stored in your browser's memory or uses OpFS — a local storage within your browser.You can share a link to grant access to your database, with the connection handled via P2P through WebRTC. kijin 16 hours ago Uhm, by allowing multiple people to connect to the same database through a webapp like this?
sqliteonline 16 hours ago When you upload a database to the site, it is stored in your browser's memory or uses OpFS — a local storage within your browser.You can share a link to grant access to your database, with the connection handled via P2P through WebRTC.
kijin 16 hours ago Uhm, by allowing multiple people to connect to the same database through a webapp like this?
When you upload a database to the site, it is stored in your browser's memory or uses OpFS — a local storage within your browser.
You can share a link to grant access to your database, with the connection handled via P2P through WebRTC.
Uhm, by allowing multiple people to connect to the same database through a webapp like this?