[feat] Sqlite3Grammar 调整

This commit is contained in:
2023-06-15 11:46:17 +08:00
parent 71def3bd03
commit 9ec1f7b888
4 changed files with 67 additions and 36 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
package db
type Sqlite3Grammar struct {
*MysqlGrammar
}
type Sqlite3Grammar = MysqlGrammar