What database driver should be used to access AWS Aurora?

Rpj picture Rpj · Jul 6, 2015 · Viewed 8.4k times · Source

What ruby database driver should be used to access AWS Aurora?
We intend to use this db as the backend for a Rails app.

Answer

user2576266 picture user2576266 · Dec 2, 2015

as stated by Amazon, Aurora is 100% compatible to MySql at the service layer, so, you should use the driver you use to connect to MySql.