mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
eb3d1fa93c
The most reliable way to not have a chain run an undesirable SQL command is to not give it database permissions to run that command. That way the database itself performs the rule enforcement, so it's much easier to configure and use properly than anything we could add in ourselves. |
||
---|---|---|
.. | ||
__init__.py | ||
base.py |