Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upMySQL support in 0.x #31
Comments
This comment has been minimized.
|
I've updated my post to be less specific about the timeline for supporting other databases. It definitely makes sense to do pre-1.0 if possible, as it's unlikely to be something I can add without some amount of breaking API changes. However, I don't want to commit to any specific timeline. I'm going to close this, as I've take the only actionable response to this I can. As a side-note, since I haven't documented this anywhere, when we support MySQL, we'll still be following Postgres' semantics for a "correct query". So mixing aggregate and non-aggregate expressions will fail to compile, as will comparing a string with an integer (AKA please dump my database), etc. |
e-oz commentedNov 29, 2015
I've read you are going to add support of other databases only after 1.0, but differences between Postgre and MySQL are not so big, so please consider to support MySQL in 0.x. Then it will be well-tested for 1.0 :)