Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aesher9o1/text-sql-graphql
https://github.com/aesher9o1/text-sql-graphql
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aesher9o1/text-sql-graphql
- Owner: aesher9o1
- Created: 2020-03-29T16:58:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:22:34.000Z (about 2 years ago)
- Last Synced: 2023-03-07T02:49:01.975Z (almost 2 years ago)
- Language: TypeScript
- Size: 34.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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)