Skip to content

langchain[patch]: Support for aurora-mysql database driver to list table info #4584

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

Merged
merged 4 commits into from
Mar 5, 2024

Conversation

justus-camp-transacted
Copy link
Contributor

It's possible to use a datasource with a type of "aurora-mysql" if you use the typeorm-aurora-data-api-driver.

I'm sure further work would be required to fully support the "aurora-mysql" datasource, but this at least enables you to fill out some of the informational fields when initializing a SqlDatabase using SqlDatabase.fromDataSourceParams({...})

Copy link

vercel bot commented Feb 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 5, 2024 8:23am
langchainjs-docs ✅ Ready (Inspect) Visit Preview Mar 5, 2024 8:23am

@justus-camp-transacted justus-camp-transacted marked this pull request as ready for review March 1, 2024 00:24
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. auto:improvement Medium size change to existing code to handle new use-cases labels Mar 1, 2024
@jacoblee93
Copy link
Collaborator

Thank you!

@jacoblee93 jacoblee93 added the lgtm PRs that are ready to be merged as-is label Mar 5, 2024
@jacoblee93 jacoblee93 changed the title Support for aurora-mysql database driver to list table info langchain[patch]: Support for aurora-mysql database driver to list table info Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:improvement Medium size change to existing code to handle new use-cases lgtm PRs that are ready to be merged as-is size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants