Relative Content

Tag Archive for dexie

in dexiedb after i restart application and open DB, created tables are gone ( sort of ?)

Im writing a program that will let users convert their tiled game scenes ( json ) to a dexiedb database. The intention is to convert the json files at the beginning of the game. once converted the game files don’t need to be converted again.
however i am having trouble utilizing dexieDB, when i restart my application and reopen my database, its as if my created table(s) is sort of missing? I can no longer reference my tables using db.tableName format. I can however see the tables I previously created in the storeNames and _alltables properties in the db object.

in dexiedb after i restart application and open DB created tables are gone ( sort of ?)

Im writing a program that will let users convert their tiled game scenes ( json ) to a dexiedb database. The intention is to convert the json files at the beginning of the game. once converted the game files don’t need to be converted again.
however i am having trouble utilizing dexieDB, when i restart my application and reopen my database, its as if my created table(s) is sort of missing? I can no longer reference my tables using db.tableName format. I can however see the tables I previously created in the storeNames and _alltables properties in the db object.

need to have a no-code tool with offline operation

just new here, and as my programming skils are little then looking for a no-code solution to develop something like a CRM with offline operation, so got to DexieJS as a way to do this offline portion of app. So is there any no-code tool that integrated it now, like Retool, Appsheet, superblocks, UIbakery, coda, etc ?

Dexie.js: observe only one field

Is there a way to observe only a single field in a Dexie.js liveQuery, so that it does not get re-rendered every time an unrelated field is modified in the same object? Ideally, I’d like to observe a nested field, like in: