What programming language does MySQL compatible Aurora support?

0

Hi,

I understand that Java is for one: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Connecting.html, and I'm sure there must be others. Is that a webpage that shows all the supported language? Does it support Lua? Thank you.

Best,

skwok

skwok
asked 5 years ago213 views
1 Answer
0

Since it has a MySQL-compatible frontend, it's compatible with any language that has a MySQL driver. In the case of Lua, you can use the luasql.mysql driver (https://keplerproject.github.io/luasql/manual.html#mysql_extensions)

ckeyser
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions