70ecba06ca
refs https://github.com/TryGhost/Toolbox/issues/175 - this library is a small utility around `knex` that returns info on the database used - particularly, the version used - this will initially be used within Ghost but it can be extended to other databases and projects if needed
2 lines
49 B
JavaScript
2 lines
49 B
JavaScript
module.exports = require('./lib/database-info');
|