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()` to `collimator.database.whatever()` - [ ] Write new queries for MySQL that are similar to existing PostgreSQL ones
Support for MySQL databases using in the same way as PostgreSQL.
collimator.whatever()tocollimator.database.whatever()