Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andres-condezo/vet_clinic_database
This is a relational database to create the data structure for a vet clinic using PostgreSQL
https://github.com/andres-condezo/vet_clinic_database
postgresql sql
Last synced: 17 days ago
JSON representation
This is a relational database to create the data structure for a vet clinic using PostgreSQL
- Host: GitHub
- URL: https://github.com/andres-condezo/vet_clinic_database
- Owner: andres-condezo
- Created: 2022-04-25T18:42:36.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-06T15:22:31.000Z (over 2 years ago)
- Last Synced: 2023-03-06T05:56:54.399Z (over 1 year ago)
- Topics: postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 86.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| ![Microverse](https://img.shields.io/badge/Microverse-blueviolet) | ![PostgreSQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white) |
| ------------ | ---------------------------------------------------- |# Vet clinic database
> Relational database to create the data structure for a vet clinic using PostgreSQL.
![diagram](./diagram.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
| 👤 | **Andres Condezo** |
| ------------ | ---------------------------------------------------- |
| **GitHub** | [@Andres Condezo](https://github.com/andres-condezo)
| **Twitter** | [@andres_condezo](https://twitter.com/andres_condezo) |
| **LinkedIn** | [andres-condezo](https://www.linkedin.com/in/andres-condezo/) |## 🤝 Contributing
Contributions, 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
- [Postgresql docs](https://www.postgresql.org/docs/)
## 📝 License
This project is [MIT](./MIT.md) licensed.