-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies and add support for Postgres as well as Mysql #7
Conversation
3311dc4
to
7f26ff0
Compare
7f26ff0
to
53ed1c8
Compare
ab85511
to
32b6275
Compare
@smithamax tagging you to see if there is anything else I should add/remove here. Project tests seem to cover it pretty well. Works well in tidy-api with mysql2. Have semi-tested with tidy-api postgres but many raw SQL queries need updating. From the tests here pretty confident it will work. Main thing right now is just to get dependencies updated. |
I think in general we should deprecate this lib, but updates look good |
Yeah, Stevo was trying to propose we just get rid of it. Maybe after a tidy refactor, with full typescript it becomes possible |
Add support for Postgres so we can migrate our MySql projects to Postgres for consistency. Would need to rename this project ;)
Updates sequelize and use peer deps for others
This has been tested in tidy-api for mysql, although this PR won't change that anyway.