Updates
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ import DbSelect from "./lib/sqlite/db-select";
|
||||
import DbSQL from "./lib/sqlite/db-sql";
|
||||
import DbUpdate from "./lib/sqlite/db-update";
|
||||
|
||||
const NodeSQLite = {
|
||||
const NSQLite = {
|
||||
select: DbSelect,
|
||||
insert: DbInsert,
|
||||
update: DbUpdate,
|
||||
@@ -12,4 +12,4 @@ const NodeSQLite = {
|
||||
sql: DbSQL,
|
||||
} as const;
|
||||
|
||||
export default NodeSQLite;
|
||||
export default NSQLite;
|
||||
|
||||
Reference in New Issue
Block a user