https://github.com/ghilain/vet-clinic-database
In this database project, I created a relational database to create the data structure for a vet clinic app.
https://github.com/ghilain/vet-clinic-database
postgresql
Last synced: 9 months ago
JSON representation
In this database project, I created a relational database to create the data structure for a vet clinic app.
- Host: GitHub
- URL: https://github.com/ghilain/vet-clinic-database
- Owner: Ghilain
- License: mit
- Created: 2022-07-15T17:41:14.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-20T12:58:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T18:49:54.445Z (over 1 year ago)
- Topics: postgresql
- Language: PLpgSQL
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vet clinic database
In this database project, I created a relational database to create the data structure for a vet clinic app. I have created different tables to make a complete database with data about animals, animals' owners, clinic employees, and visits
## Getting Started
[Diagram Schema show](https://user-images.githubusercontent.com/67911212/179798585-31538080-3edc-4422-bcc6-3fb4fd29b1fd.png)
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
👤 **Ghilain Ishimwe**
- GitHub: [@Ghilain](https://github.com/Ghilain)
- Twitter: [@GhilainIshimwe](https://twitter.com/GhilainIshimwe)
- LinkedIn: [Ghilain Ishimwe](https://www.linkedin.com/in/ghilain-ishimwe/)
👤 **Hammad Siddique** 
- [GitHub](https://github.com/HammadSiddique)
- [Twitter](https://twitter.com/hs_devv)
- [LinkedIn](https://www.linkedin.com/in/-hammadsiddique/)
## 🤝 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](./MIT.md) licensed.