简体   繁体   中英

MariaDb and Peewee

I want to use MariaDb for my flask app. So I try to make connection like in documentation, are any orm which support this db? Does peewee support MariaDb. How can i use peewee orm for connection to MariaDb?

Yes, it supports MariaDB in the same way that it supports MySQL. MariaDB speaks the mysql protocol and uses the mysql drivers. So just use MySQLDatabase .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM