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
@zygopleural At the moment, yes, it primarily supports Postgres, but I also use it personally for cockroachdb. We could implement these features open-ended so it's still expected that the user knows which method to use for their database engine, we could compute it on our end, or we could default to postgres and provide the functionality to override. Quite a few avenues there.
At the moment, in order to limit the length of strings, I need to do:
It would be nice to support something like
or
or
In order to add the
"@database.VarChar(36)"
automatically.The text was updated successfully, but these errors were encountered: