dynamicsqlgenerator / README.md
pardeephck's picture
Update README.md
bcc820d verified
|
raw
history blame
440 Bytes
---
description: This model generate sql query on demand from a table with schema details provided in parameter. In the next version this will be updated to compute from multiple tables with dynamically joining with required tables.
datasets:
- wikisql
widget:
- text: "question: get employee name with age equal 25 table: id, name, age"
---
```python
This model generate sql query from a table with schema details provided in parameter
```