Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barakadanny/-vet_clinic-db
Vet clinic database is the collections of tables and related queries.
https://github.com/barakadanny/-vet_clinic-db
database postgresql psql sql
Last synced: 3 days ago
JSON representation
Vet clinic database is the collections of tables and related queries.
- Host: GitHub
- URL: https://github.com/barakadanny/-vet_clinic-db
- Owner: barakadanny
- Created: 2022-10-24T09:59:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T21:21:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T22:09:06.464Z (3 days ago)
- Topics: database, postgresql, psql, sql
- Language: PLpgSQL
- Homepage:
- Size: 398 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet clinic Database
> This is a database for a vet clinic. It contains information about animals and their owners. It also contains information about the vets and the treatments they have done.
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- `schema.sql`: contains the database schema in SQL.
- `data.sql`: contains some data to insert into the database.
- `queries.sql`: contains some queries that can be run against the database.## Authors
👤 **Baraka Danny (Me)**
- GitHub: [@barakadan](https://github.com/barakadanny)
- LinkedIn: [danny baraka](https://www.linkedin.com/in/danny-baraka-589156169/)## 🤝 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.