Open joshgav opened 6 years ago
Add Azure MSSQL Database to Buffalo database types, by adding MSSQL support to pop.
Looks like we'd need to add an mssql dialect [1] similar to the mysql [2] and postgres [3] ones.
mssql
dialect
mysql
postgres
Some work has begun in https://github.com/gobuffalo/pop/issues/40.
Docs on connecting to MSSQL in Go: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-connect-query-go.
Add Azure MSSQL Database to Buffalo database types, by adding MSSQL support to pop.
Looks like we'd need to add an
mssql
dialect
[1] similar to themysql
[2] andpostgres
[3] ones.Some work has begun in https://github.com/gobuffalo/pop/issues/40.
Docs on connecting to MSSQL in Go: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-connect-query-go.