db-migrate / db-migrate-base

Base driver for db-migrate
Other
7 stars 16 forks source link

Add showDatabase method #2

Open wzrdtales opened 8 years ago

wzrdtales commented 8 years ago

Refers to https://github.com/db-migrate/node-db-migrate/issues/339

showDatabase should response with not implemented on this driver for the base driver.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29956615-add-showdatabase-method?utm_campaign=plugin&utm_content=tracker%2F11792942&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F11792942&utm_medium=issues&utm_source=github).
worldspawn commented 7 years ago

So an implementation of this method should return all the names of databases on the connected server? As an array of strings?