------ * Refactored ``forwards`` and ``backwards`` commands for migrations, to make them easier to run programatically. * Added a simple ``Array`` column type. * ``table_finder`` now works if just a string is passed in, instead of having to pass in an array of strings.
------ Catching database connection exceptions when starting the default ASGI app created with ``piccolo asgi new`` - these errors exist if the Postgres database hasn't been created yet.