Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epaltechs/vet-clinic
This is an SQL database that records data of dogs in a vet clinic, stores the data in a table and makes it possible to query the data input.
https://github.com/epaltechs/vet-clinic
database sql
Last synced: 20 days ago
JSON representation
This is an SQL database that records data of dogs in a vet clinic, stores the data in a table and makes it possible to query the data input.
- Host: GitHub
- URL: https://github.com/epaltechs/vet-clinic
- Owner: Epaltechs
- Created: 2022-07-18T22:56:18.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-26T16:16:24.000Z (over 2 years ago)
- Last Synced: 2024-05-28T20:28:28.649Z (6 months ago)
- Topics: database, sql
- Language: PLpgSQL
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet-Clinic Database
> This is an SQL database that records data of dogs in a vet clinic, stores the data in a table and makes it possible to query the data input.
## Schema Diagram
![drawSQL-export-2022-07-13_11_54](https://user-images.githubusercontent.com/68381641/178706704-aeb48568-d2bb-4113-b1b1-dd2a3b881b67.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!**## Author
## π€ **Emmanuel Paul**- GitHub: [Emmanuel Paul](https://github.com/Epaltechs/Vet-clinic)
- Twitter: [Emmanuel Paul](http://twitter.com/@emmapaul247)
- LinkedIn: [Emmanuel Paul](https://www.linkedin.com/in/emmanuel-s-paul/)## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Epaltechs/Vet-clinic/issues).## Show your support
Give a :star:οΈ if you like this project!## Acknowledgments
-π©Hat tip to anyone whose code was used
- I hail all those who gave me inspiration and who in one way or the other have contributed to this project.## :memo: License
This project is [MIT](./MIT.md) licensed.