Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connect: Fix SQLAlchemy connection strings
With SQLAlchemy, using a database name as the URL path will trip on the CrateDB dialect, because CrateDB does not understand the notion of a database. TypeError: __init__() got an unexpected keyword argument 'database'
- Loading branch information