Re: Using MySQL
- Posted by euphoric (admin) Apr 19, 2022
- 1245 views
ghaberek said...
euphoric said...
Is there an up-to-date library?
Well, it's not complete but it's been in EuMVC for a while now. The standard functions are there but I still need to wrap the prepared statement functions.
https://github.com/OpenEuphoria/euphoria-mvc/blob/master/include/db/mysql.e
You can get the "Connector/C" library from either MySQL or MariaDB.
Thanks, Greg! I'm going to try using the SQLite library first, then maybe transition over to MySQL.