Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezekielutshudi/vet-clinic-database
In this project, I will be using a relational database to create the data structure for a vet clinic. Then, I will start with one table, and step by step, I will create a complete database with data about: animals, animals' owners, clinic employees, visits.
https://github.com/ezekielutshudi/vet-clinic-database
database postgres postgresql sql
Last synced: 1 day ago
JSON representation
In this project, I will be using a relational database to create the data structure for a vet clinic. Then, I will start with one table, and step by step, I will create a complete database with data about: animals, animals' owners, clinic employees, visits.
- Host: GitHub
- URL: https://github.com/ezekielutshudi/vet-clinic-database
- Owner: EzekielUtshudi
- Created: 2022-05-31T20:15:10.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-10T18:00:13.000Z (over 2 years ago)
- Last Synced: 2023-03-04T05:14:32.952Z (almost 2 years ago)
- Topics: database, postgres, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 12.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL Vet Clinic Database
This is a postgreSQL database for Vet clinic data. It has tables that contain animal's information. In the tables, user can insert data into it and query it.
## 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
👤 **Ezekiel Utshudi Eteta**
- GitHub: [@ezekielutshudi](https://github.com/EzekielUtshudi)
- Twitter: [@ezekielutshudi](https://twitter.com/UtshudiEzekiel)
- LinkedIn: [@ezekielutshudi](https://www.linkedin.com/in/ezekiel-utshudi-195782162/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/white3d/PostgreSQL-Vet-Clinic-Database/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
* [PostgreSQL Organization](https://www.postgresql.org/) for the amazing [Documentation](https://www.postgresql.org/docs/) on PostgreSQL.
## 📝 License
This project is [MIT](./MIT.md) licensed.