Using Anvil with IndexDB (PWA)

I am just curious has anyone try to use anvil with indexdb. We can do this in brython. Is there anything in anvil which allow me to store data on client side. Something like a Progressive Web App.

4 Likes

Yes, just google Anvil Extras and you should find a very easy implementation!
It will look something like this:
from anvil_extras.storage import indexed_db, local_storage

4 Likes