Commit Graph

2 Commits (8869b0ab0e94af5e950b2a935c53507d5ddd359b)

Author SHA1 Message Date
Nicholas Larus-Stone ca4b10bb74
feat: add option to ignore or restrict to SQL tables (#151)
`SQLDatabase` now accepts two `init` arguments:
1. `ignore_tables` to pass in a list of tables to not search over
2. `include_tables` to restrict to a list of tables to consider
2 years ago
Harrison Chase af81e9ca9c
add sql database (#35) 2 years ago