Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daudi13/vet-clinic-database
This is a database projec for a vet clinic that uses SQL. the database holds data about animals animals' owners clinic employees visits
https://github.com/daudi13/vet-clinic-database
database postgresql sql sql-server
Last synced: 9 days ago
JSON representation
This is a database projec for a vet clinic that uses SQL. the database holds data about animals animals' owners clinic employees visits
- Host: GitHub
- URL: https://github.com/daudi13/vet-clinic-database
- Owner: daudi13
- License: gpl-3.0
- Created: 2022-05-02T16:05:21.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-05-10T14:14:39.000Z (over 2 years ago)
- Last Synced: 2025-01-05T22:12:31.558Z (26 days ago)
- Topics: database, postgresql, sql, sql-server
- Language: PLpgSQL
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vet Clinic Database
> This is a database projec for a pet clinic built on POSTgreSQL. the database holds data about- animals
- animals' owners
- clinic employees
- visits![](./drawSQL-export-2022-05-10_17_04.png)
## Getting StartedThis 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
👤 **Author1**
- GitHub: [@daudi13](https://github.com/@daudi13)
- Twitter: [@davouma](https://twitter.com/davouma)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
## 🤝 ContributingContributions, 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.