askides / aurora

Hate Cookies? Introducing Aurora, 100% Cookie-Free Open Website Analytics. Collect Anonymous Data. Make your Audience Happy Now!
576 stars 20 forks source link

Support for other Database types? #4

Open akatsukilevi opened 3 years ago

akatsukilevi commented 3 years ago

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?

askides commented 3 years ago

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.

akatsukilevi commented 3 years ago

Gonna try it up, if doesn't work i deploy a PSQL instance! Will keep this issue updated on how it goes

askides commented 3 years ago

Right. Thank you.