Azure / buffalo-azure

A gobuffalo plugin for working with Azure.
https://gobuffalo.io/en/docs/plugins
MIT License
29 stars 9 forks source link

Feature Request: add MSSQL support #76

Open joshgav opened 6 years ago

joshgav commented 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.

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.