Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.