Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdlamini/vet-clinic-database
In this project I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it. Built with PostgreSQL
https://github.com/kdlamini/vet-clinic-database
database sql
Last synced: 23 days ago
JSON representation
In this project I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it. Built with PostgreSQL
- Host: GitHub
- URL: https://github.com/kdlamini/vet-clinic-database
- Owner: KDlamini
- Created: 2022-01-10T15:14:55.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-20T20:37:27.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T17:08:21.034Z (almost 2 years ago)
- Topics: database, sql
- Homepage:
- Size: 552 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet Clinic Database
In this project I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it.
![SchemaDiagram](screenshots/Vet%20Clinic%20Schema.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
👤 **Simo Nkosi**
- GitHub: [@KDlamini](https://github.com/KDlamini)
- Twitter: [@RealSimoNkosi](https://twitter.com/RealSimoNkosi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/simo-nkosi-418523180/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/KDlamini/vet-clinic-database/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- This project is part module 4 in the Microverse study program.
- Thanks to the Microverse team for the great curriculum.
- Thanks to Code Reviewers for the insightful feedback.
- A great thanks to My coding partners, morning session team, and standup team Partners for their contributions.## 📝 License
This project is [MIT](./MIT.md) licensed.