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
The text was updated successfully, but these errors were encountered:
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:
Adapter
classes that would allow using any kind of database typeThe text was updated successfully, but these errors were encountered: