Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemwel-boniface/nemwel-vetclinic-db
This database is of an imaginary Vet who wanted an easier way to manage the data about his animals.
https://github.com/nemwel-boniface/nemwel-vetclinic-db
postgresql sql
Last synced: 2 days ago
JSON representation
This database is of an imaginary Vet who wanted an easier way to manage the data about his animals.
- Host: GitHub
- URL: https://github.com/nemwel-boniface/nemwel-vetclinic-db
- Owner: Nemwel-Boniface
- Created: 2022-05-29T10:11:32.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-06-10T11:46:45.000Z (over 2 years ago)
- Last Synced: 2025-01-05T11:05:03.616Z (10 days ago)
- Topics: postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 103 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nemwel Vet Clinic Database
This database is of an imaginary Vet who wanted an easier way to manage his data. So far at this milestone I have been able to:
- Create the Vet store database
- Create the starter table(animals) which has information about 4 animals
- Created owners table which has 6 owners
- Created the species table which has 2 species
- Created the Visits table which is a join table for animals and vets table
- Created the specializations table hich is a join table for species and vets tables
- Write queries to aid in performing certain functionalities eg Query the db to show all the info about all animals.
- Made use of BEGIN, SAVEPOINT, ROLLBACK and COMMIT transactions which help to avoid a situation where you might accidentally delete records you can revert to the original state.
- Made use of the GROUP BY clause and aggregate functions to write complex queries to request filtered information from the database.
- Made use of Primary and Foreign key concepts to link multiple tables
- Made use os JOIN to work with multiple tables to retireve complex queries to get customixed information about a specific tableEnjoy!
![Screenshot](./images/vetschema.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!**## Built with
- PostgreSQL
- Linux terminal## Authors
👤 **Author1**
- GitHub: [@Nemwel-Boniface ](https://github.com/Nemwel-Boniface)
- Twitter: [@nemwel_bonie](https://twitter.com/nemwel_bonie)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nemwel-nyandoro-aa1b2620b/)👤 **STEVE W DAMES JR**
- GitHub: [@githubhandle](https://github.com/steveWDamesJr)
- Twitter: [@twitterhandle](https://twitter.com/Steve88312331)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/steve-w-dames-jr/)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Nemwel-Boniface/Nemwel-VetClinic-db/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.