Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply database schema already when connecting #53

Open
Tracked by #57
amotl opened this issue Oct 4, 2023 · 0 comments
Open
Tracked by #57

Apply database schema already when connecting #53

amotl opened this issue Oct 4, 2023 · 0 comments

Comments

@amotl
Copy link
Contributor

amotl commented Oct 4, 2023

At 1 and 2, we have been using SQLAlchemy's abilities to specify the database schema on the connection string already, using ?schema=foobar. In this way, table names will not need to be addressed in full-qualified notation "by hand". Instead, they can be addressed by using basename only, when selecting the schema at connection time already.

Let's also do it in the same spirit here.

Footnotes

  1. https://github.com/crate-workbench/mlflow-cratedb

  2. https://github.com/crate-workbench/langchain

@amotl amotl changed the title Apply database schema when connecting Apply database schema already when connecting Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant