On Mon, Sep 11, 2017 at 1:09 PM, Simon Ritchie <simonritchie...@gmail.com>
wrote:

> > Why would someone want to switch from PostgreSQL to MySQL?
>
> It's fairly common to use one database for production and another (often
> in memory) for testing, with an ORM hiding the differences.
>
>
Yes, and this is a bad idea, for reasons I gave earlier in this thread. The
short version is that not all databases have the same functionality, and
there will always be cases where testing can pass and the code will
immediately break in production.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to