This commit is contained in:
xiaojunnuo
2024-10-31 22:35:05 +08:00
parent 584378a32b
commit b817cb4a1b
13 changed files with 125 additions and 41 deletions
@@ -0,0 +1,3 @@
export interface SqlAdapter {
date(columnName: string): string;
}