db/sqlite3_grammar.go

6 lines
58 B
Go
Raw Normal View History

2023-04-12 15:58:25 +08:00
package db
type Sqlite3Grammar struct {
*MysqlGrammar
}