codeforkansascity / clear_my_record_backend

Backend API Code for Clear My Record, an application to assist people the process of expunging their criminal convictions.
MIT License
5 stars 3 forks source link

MySQL support #43

Closed ejmg closed 5 years ago

ejmg commented 5 years ago

SQLAlchemy makes the issue of using a specific flavor of SQL a non-issue mostly, but things like the URI config have to change based on whether we are using MySQL or SQLite.

These changes are trivial, but need to be made with other issues in mind, primarily:

ejmg commented 5 years ago

handled by #70 and #71