SELECT_USER_TABLES_SQL
constSELECT_USER_TABLES_SQL:string="SELECT name FROM sqlite_master WHERE type = 'table'"
Defined in: packages/core/src/store/sqlite-queries.ts:28
Enumerate user tables when probing a pre-versioning DB’s schema.
constSELECT_USER_TABLES_SQL:string="SELECT name FROM sqlite_master WHERE type = 'table'"
Defined in: packages/core/src/store/sqlite-queries.ts:28
Enumerate user tables when probing a pre-versioning DB’s schema.