Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aesher9o1/text-sql-graphql


https://github.com/aesher9o1/text-sql-graphql

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Text to SQL [A developer's approach]

## Install Database
![Database Schema](./images/schema.png)
```bash
mysql < ./db/employees.sql
```

## References
1. [Employees Sample Database](https://dev.mysql.com/doc/employee/en/employees-installation.html)