@db-auto/dal
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -7,2 +7,5 @@ import { NameAnd } from "@db-auto/utils"; | ||
} | ||
export interface DalDialect { | ||
limitFn: (pageNum: number, pageSize: number, s: string[]) => string[]; | ||
} | ||
export interface WriteDal { | ||
@@ -9,0 +12,0 @@ update: DalUpdateFn; |
{ | ||
"name": "@db-auto/dal", | ||
"description": "", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"main": "dist/index", | ||
@@ -6,0 +6,0 @@ "types": "dist/index", |
5104
83