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.
- Host: GitHub
- URL: https://github.com/altontonn/clinic-database
- Owner: altontonn
- License: mit
- Created: 2022-10-25T11:23:30.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-03T20:10:29.000Z (over 3 years ago)
- Last Synced: 2025-06-05T05:46:54.570Z (about 1 year ago)
- Topics: postgresql
- Language: PLpgSQL
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.