gobuffalo / pop

A Tasty Treat For All Your Database Needs
MIT License
1.44k stars 243 forks source link

Add support MSSQL in future..? #259

Closed EOM closed 6 years ago

EOM commented 6 years ago

Hello! Thank you so much for your interest in Pop. Add support MSSQL in future for Buffalo..? Add suport ORM to http://gorm.io or http://xorm.io

mclark4386 commented 6 years ago

Someone is working on a separate plugin for buffalo for gorm, but pop will be separate. A MSSQL dialect is more than welcome! If you have any questions about how to add a dialect please feel free to ask here or in the slack!

EOM commented 6 years ago

What a pity because I find Buffalo interesting. Since it looks a lot like Rails or CakePHP but in these I have MSSQL support. The only thing I found that is not something native to Buffalo, is to integrate GORM as a figure in this project. https://github.com/markbates/gormrecipe

And GORM supports MSSQL, I'm new to GO and I'm looking at frameworks to enter to use GO with code generator like Buffalo, Beego, ABCWEB, etc.

mclark4386 commented 6 years ago

https://github.com/crolly/buffalo-gorm is the plugin, but I have no clue how far along they are... It's actually not terrible to add a dialect, but I understand it can seem daunting, especially when you are still learning the language. Stay toned and join the slack if you haven't, things move very quickly here^^

marpio commented 6 years ago

The support for MS SQL Server is blocked until https://github.com/jmoiron/sqlx/pull/406 gets merged.

stanislas-m commented 6 years ago

MS SQL Server support just got merged in fizz. :)

stanislas-m commented 6 years ago

Duplicate of #40