Files
langchain-python/langchain
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 22:17:55 -07:00
2023-07-20 09:58:25 -07:00
2023-07-20 22:17:55 -07:00
2023-07-20 22:13:22 -07:00
2023-07-20 08:36:01 -07:00
2023-07-20 18:55:43 -07:00
2023-07-20 19:26:50 -07:00
2023-07-07 02:42:28 -04:00
2023-07-20 07:25:23 -07:00
2023-07-18 07:58:22 -07:00
2023-07-20 18:55:43 -07:00
2023-07-20 22:17:55 -07:00
2023-07-20 22:17:55 -07:00
2023-07-20 18:55:43 -07:00
2023-07-20 22:17:55 -07:00
2023-07-20 19:00:05 -07:00
2023-06-08 21:15:14 -07:00
2023-06-03 16:48:48 -07:00
2022-11-12 11:22:32 -08:00