8 lines
120 B
Go
8 lines
120 B
Go
package dbdialects
|
|
|
|
const (
|
|
SqlServer string = "sqlserver"
|
|
Postgres string = "postgres"
|
|
Null string = "null"
|
|
)
|