Right now only SQLite is supported. Since PDO is used it's theoretically possible to use different database types, but SQLs migration manager does internally (manage executed migrations for example) use SQLite specific syntax.
TODO:
- create
Adapter classes that would allow using any kind of database type