←back to thread

Sqlite3 WebAssembly

(sqlite.org)
539 points whatever3 | 1 comments | | HN request time: 0.219s | source
Show context
jjcm ◴[] No.41851916[source]
As a general question, in what scenarios is it more beneficial to send the full DB and let the browser handle the queries? Maybe phrased a better way - when would I use this to improve a user experience over the traditional server-hosted db model?
replies(4): >>41851976 #>>41851993 #>>41852807 #>>41855888 #
1. pdyc ◴[] No.41855888[source]
i am creating host of dashboards which directly talk to different services with very little data on my own server that is used for access control and token management only so actual data never comes to my servers. This kind of app is a good candidate for client side embedded db.