What ruby database driver should be used to access AWS Aurora?
We intend to use this db as the backend for a Rails app.
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.