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

https://github.com/altontonn/clinic-database

This is vet clinic database that holds record for animals date of birth, neutered, weight and escape attempts.
https://github.com/altontonn/clinic-database

postgresql

Last synced: 10 months ago
JSON representation

This is vet clinic database that holds record for animals date of birth, neutered, weight and escape attempts.

Awesome Lists containing this project

README

          

# curriculum-databases-projects-template

> This is vet clinic database that holds record for animals date of birth, neutered, weight and escape attempts.

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

👤 **Author1**

- GitHub: [Newton Alumasa](https://github.com/altontonn)
- Twitter: [Newton Alumasa](https://twitter.com/AlumasaNewton)
- LinkedIn: [Newton Alumasa](https://www.linkedin.com/in/newton-alumasa/)

👤 **Author2**

- GitHub: [Baraka Danny](https://github.com/barakadanny)
- LinkedIn: [Baraka Danny](https://www.linkedin.com/in/danny-baraka/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/altontonn/clinic-database/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Microverse

## 📝 License

This project is [MIT](https://github.com/altontonn/clinic-database/blob/dev/LICENSE) licensed.