restpie3 icon indicating copy to clipboard operation
restpie3 copied to clipboard

Support MySQL

Open ommyan opened this issue 6 years ago • 2 comments

Dear Tommy,

when restpie support to Mysql?

thanks

ommyan avatar Jul 01 '19 08:07 ommyan

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.

tomimick avatar Jul 24 '19 07:07 tomimick

+1 for MySQL support

raszkiewicz avatar May 18 '20 19:05 raszkiewicz