Open BuggieCoder opened 1 year ago
It is already supported by the SQLDatabase
class. You can make use of its form_uri
method to construct a SQLAlchemy engine from an URI. More: https://api.python.langchain.com/en/latest/utilities/langchain.utilities.sql_database.SQLDatabase.html
Great addition to Langchain! Our database however, is too large to be recreated in a repo, and can only be connected to using SQL authentication. Does the db chain have the ability to connect to enterprise SQL database? Can you point us to relevant documentation? Thanks!