-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Support for MySQL databases using in the same way as PostgreSQL.
- Use a library that exposes a MySQL connection using Promises such as https://github.com/lukeb-uk/node-promise-mysql
- Top-level inspector functions should be moved from
collimator.whatever()
tocollimator.database.whatever()
- Write new queries for MySQL that are similar to existing PostgreSQL ones