You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
303 B
8 lines
303 B
---
|
|
globs: **/databaseUtil.ts,**/AccountViewView.vue,**/ContactsView.vue,**/DatabaseMigration.vue,**/NewIdentifierView.vue
|
|
alwaysApply: false
|
|
---
|
|
# What to do with Dexie
|
|
|
|
All references in the codebase to Dexie apply only to migration from IndexedDb to
|
|
Sqlite and will be deprecated in future versions.
|
|
|