Exemplo n.º 1
0
// Add the sqlite3 dialect to the dialect registry
func init() {
	aspect.RegisterDialect("sqlite3", &Sqlite3{})
}
Exemplo n.º 2
0
// Add the postgres dialect to the dialect registry
func init() {
	aspect.RegisterDialect("postgres", &PostGres{})
}
Exemplo n.º 3
0
// Add the mysql dialect to the dialect registry
func init() {
	aspect.RegisterDialect("mysql", &MySQL{})
}