AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
134 stars 80 forks source link

make db its own package #460

Closed ermalkaleci closed 11 months ago

ermalkaleci commented 11 months ago

db in browser is heavy and unusable for large applications like polkadot.js/app. we have 2 options to address this.

  1. move sqljs into webworker (less work)
  2. use indexeddb (more work)