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
I'm working on something that should help integrate libraries-specific syntax (such as SQL fragments). Maybe I should widen it so each integration will be able to handle its own migration logic as well.
Today SafeQL supports only raw SQL migration files. (In the
migrationsDir
)As a TypeORM user, I would like to also have a support of TS migrations files.
Their structure simple:
My team would also like to help and contribute to this project by developing this feature :)
The text was updated successfully, but these errors were encountered: