package dbdialects const ( SqlServer string = "sqlserver" Postgres string = "postgres" Null string = "null" )