Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Go to file
Daniel Lockyer 032e9db2f1 Updated call signature of database-info lib
refs https://github.com/TryGhost/Toolbox/issues/174

- ok, iteration 3 on how this library should work
- 95% of my use cases just need to pass an knex instance and return if
  it's mysql/sqlite
- i don't want to have to initialize the class in this library to get
  that
- this commit reworks the public interface to return a function with
  some simple `is*` functions for those uses cases, or to return the
  class otherwise
2022-03-02 12:11:18 +01:00
ghost Updated call signature of database-info lib 2022-03-02 12:11:18 +01:00