This is more a curiosity question:
I have an application developed using Ebean and mySQL that works just peachy bot in "production" (evolutions turned off) and dev mode (DDL and evo On). I came accross some NewSQL solutions that seemed interesting and managed (without changing the code ... at all) to make it work on NuoDB in prod mode, but not dev mode because the driver was not supporting the creation of the play_evolutions table, somehow. That proved to me that this is possible ... at least in production.
I am not particularly attached to NuoDB to be frank, I just want to see what the current state of the art of NewSQL could do performance wize for my app.
So my real question: is there a NewSQL solution out there that would work flawlessly for evolutions and DDL using the right jdbc drivers for it? Or has anyone had any experience with NewSQL and play? Can someone point me in other good NewSQL directions?
Bonus question: Is there a way to set NuoDB to work seemlessly under Ebean and play framework?
Thanks in advance