Comment by avinassh Comment by avinassh 10 hours ago 3 replies Copy Link View on Hacker News how does collaboration works for SQLite, since the db is embedded?
Copy Link sqliteonline 9 hours ago Next Collapse Comment - 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. Reply View | 1 reply Copy Link [removed] 6 hours ago Parent Collapse Comment - [deleted] Reply View | 0 replies
Copy Link kijin 9 hours ago Prev Collapse Comment - Uhm, by allowing multiple people to connect to the same database through a webapp like this? Reply View | 0 replies
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.