You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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