from Hacker News

SQLBoiler 2.0.0 MySQL Support – Generate an ORM (Go)

by nullbio on 9/15/16, 7:48 AM with 1 comments

We got some feature requests and a lot of asks from outside of Github as well for MySQL support so we decided to bite the bullet and add it despite it not being 100% beneficial to us (since we <3 postgres). Hopefully others will find this support useful and it can help SQLBoiler grow.

We're sad to rev a major version so short a time after initial release, but we solved quite a few pain points with the way our packaging was structured and how simple it is when you're using the auto-complete that we think is so valuable, and the mysql support did necessitate some of this as well. We also take semver seriously, we broke the API and therefore a 2.0.0 was necessary.

Have fun boiling your databases!

Repo: https://github.com/vattle/sqlboiler

2.0.0 Release Notes: https://github.com/vattle/sqlboiler/releases/tag/v2.0.0