Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awais-amjed/vet-clinic-db
https://github.com/awais-amjed/vet-clinic-db
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/awais-amjed/vet-clinic-db
- Owner: awais-amjed
- License: mit
- Created: 2022-04-25T11:09:15.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-02T12:20:15.000Z (over 2 years ago)
- Last Synced: 2024-06-01T01:57:53.855Z (8 months ago)
- Language: PLpgSQL
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Vet Clinic Database
> A relational database to create the initial data structure for a vet clinic
![schema](./schema.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
👤 **Author 1**
- GitHub: [Awais Amjed](https://github.com/awais-amjed)
- Website: [Coding Fries](https://codingfries.com)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/awais-amjed)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.