Files
langchain/tests/integration_tests
Leonid Ganeline ae8bc9e830 Refactored sql_database (#7945)
The `sql_database.py` is unnecessarily placed in the root code folder.
A similar code is usually placed in the `utilities/`.
As a byproduct of this placement, the sql_database is [placed on the top
level of classes in the API
Reference](https://api.python.langchain.com/en/latest/api_reference.html#module-langchain.sql_database)
which is confusing and not correct.


- moved the `sql_database.py` from the root code folder to the
`utilities/`

@baskaryan

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-07-20 22:17:55 -07:00
..
2023-07-20 19:00:05 -07:00
2023-07-20 22:17:55 -07:00
2023-06-28 23:04:11 -07:00
2023-07-01 13:39:19 -04:00
2022-10-24 14:51:15 -07:00
2023-06-20 22:07:00 -07:00