pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Using MySQL Example? #278

Closed liquidgenius closed 5 years ago

liquidgenius commented 5 years ago

Is there any additional documentation or examples using a MySQL database? I would like to migrate an application using SQLite to MySQL and found the provided documentation a little sparse. I love the simplicity of Dataset BTW.