Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/vetclinicdb
https://github.com/eapenzacharias/vetclinicdb
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eapenzacharias/vetclinicdb
- Owner: eapenzacharias
- Created: 2022-01-24T22:07:53.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-01T16:40:36.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T01:37:33.288Z (over 1 year ago)
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VetClinicDB
> Relational database to create the data structure for a vet clinic
![drawSQL-export-2022-02-01_17_39](https://user-images.githubusercontent.com/49812651/152010965-da8f9d8f-fba4-4bfb-8e86-ccb7f0bba688.png)## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database.
**Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**## Authors
👤 **Eapen Zacharias**
- GitHub: [@eapenzacharias](https://github.com/eapenzacharias)
- Twitter: [@eapenzac](https://twitter.com/eapenzac)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eapenzac)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Acknowledgments
.## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.