aurora
aurora copied to clipboard
Support for other Database types?
Currently i have a server that's already running a MySQL instance, and i want to test Aurora up.
I noticed it uses Knex.JS for ORM, and Knex.JS does supports MySQL.
Would Aurora give compatibility if the knexfile.js is changed to mysql instead of PostgreSQL?
Hello! Thanks for trying the Aurora beta!
Honestly, I've never tested MySQL, but currently, some queries use native PostgreSQL functions, so I don't think it's compatible without some tricky.
In a future release, I will plan to be implemented through MySQL.
Gonna try it up, if doesn't work i deploy a PSQL instance! Will keep this issue updated on how it goes
Right. Thank you.