restpie3
restpie3 copied to clipboard
Support MySQL
Dear Tommy,
when restpie support to Mysql?
thanks
Support for MySQL needs changes in 3 locations:
- migrations/* - write table creation statements for MySQL (peewee orm also supports generic creation commands but I have chosen to write SQL directly to have full control over the db)
- db.py - change connection string to mysql
- dbmigrate - change connection string to mysql
This should be straigthforward to do. Not sure how MySQL handles UUID though.
If there is strong demand, and I have time, I could code the support for MySQL too.
+1 for MySQL support