An open API service indexing awesome lists of open source software.

https://github.com/ghilain/vet-clinic-database

In this database project, I created a relational database to create the data structure for a vet clinic app.
https://github.com/ghilain/vet-clinic-database

postgresql

Last synced: 9 months ago
JSON representation

In this database project, I created a relational database to create the data structure for a vet clinic app.

Awesome Lists containing this project

README

          

# Vet clinic database
In this database project, I created a relational database to create the data structure for a vet clinic app. I have created different tables to make a complete database with data about animals, animals' owners, clinic employees, and visits

## Getting Started
[Diagram Schema show](https://user-images.githubusercontent.com/67911212/179798585-31538080-3edc-4422-bcc6-3fb4fd29b1fd.png)

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

👤 **Ghilain Ishimwe**

- GitHub: [@Ghilain](https://github.com/Ghilain)
- Twitter: [@GhilainIshimwe](https://twitter.com/GhilainIshimwe)
- LinkedIn: [Ghilain Ishimwe](https://www.linkedin.com/in/ghilain-ishimwe/)

👤 **Hammad Siddique**

- [GitHub](https://github.com/HammadSiddique)
- [Twitter](https://twitter.com/hs_devv)
- [LinkedIn](https://www.linkedin.com/in/-hammadsiddique/)

## 🤝 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

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](./MIT.md) licensed.