feat(persistance): add additional ops for sqlite
This commit is contained in:
2
src/app/types/sqlite.type.ts
Normal file
2
src/app/types/sqlite.type.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export type QueryResult<T> = { rows: T[]};
|
||||
export type BatchOp = [string, any[]];
|
||||
Reference in New Issue
Block a user