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
There are two ways to specify a server to connect when using SqlAlchemy. The official one recommended by the crate docs is to use the connect_args like this:
There is a simpler way to do this, by using just the URI:
crate://user:pass@host
however, in this case the crate driver defaults to HTTP, and there is no way to specify that it is a HTTPS connection. This should be supported for ease of use.