someuseridfkS
Convex Community3w ago
3 replies
someuseridfk

is it possible to use convex as local db in offline Electron app instead of sqlite/indexeddb?

I am building an offline application with intent of making it online in future with Convex. I would love to use Convex for its local offline version as well instead of sqlite.
Sqlite makes user data portable as 1 file, but querying sqlite is not reactive. U have to handle ui updates yourself when data changes.
Was this page helpful?