Migrate schema management code into new class Hazaar\DBI\SchemaManager
The schema management code is a subset of DBI and so does not need to exist on the DBI\Adapter class, so let's move it.
NOTE: Make sure to update the console and add a deprecated message on the migrate()
and snapshot()
methods and route them through to the new class.