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've implemented basic stuff to get create schema and drop schema parsing and translation.
I'm wondering if there is support in the library to explicitly avoid such feature with specific backends? SQLite won't support the generated statements.
The text was updated successfully, but these errors were encountered:
@rspeele would you mind giving a look at smoothdeveloper#1
I've implemented basic stuff to get
create schema
anddrop schema
parsing and translation.I'm wondering if there is support in the library to explicitly avoid such feature with specific backends? SQLite won't support the generated statements.
The text was updated successfully, but these errors were encountered: