How to have complete offline functionality in a web app with PostgreSQL database?

后端 未结 2 1327
伪装坚强ぢ
伪装坚强ぢ 2020-12-15 04:53

I would like to give a web app with a PostgreSQL database 100% offline functionality. In an ideal case the database should be completely replicated in the browser per user,

2条回答
  •  北海茫月
    2020-12-15 05:34

    Without installing PostgreSQL on the client? No. Obviously you can cache data for offline use, but an entire RDBMS+procedural languages in Javscript, no.

提交回复
热议问题