Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmoseka/vetclinic-db
This project creates a relational database that creates a initial data structure for a vet clinic. It Includes a table to store animals' information, insert some data into it, and query it.
https://github.com/jmoseka/vetclinic-db
postgresql
Last synced: 16 days ago
JSON representation
This project creates a relational database that creates a initial data structure for a vet clinic. It Includes a table to store animals' information, insert some data into it, and query it.
- Host: GitHub
- URL: https://github.com/jmoseka/vetclinic-db
- Owner: jmoseka
- License: mit
- Created: 2022-07-05T04:32:44.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-20T11:39:32.000Z (over 2 years ago)
- Last Synced: 2023-03-11T20:22:27.201Z (almost 2 years ago)
- Topics: postgresql
- Language: PLpgSQL
- Homepage:
- Size: 53.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VetClinic-DB
This is a relational database to create the initial data structure for a vet clinic. Includes a table to store animals' information, insert some data into it, and query it.
## 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
## Author 1:
👤 **Jamila Moseka**
- GitHub: [@jmoseka](https://github.com/jmoseka)
- Twitter: [@milamoseka](https://twitter.com/milamoseka)
- LinkedIn: [jamila-moseka](https://linkedin.com/in/jamila-moseka)## Author 2:
👤 **Brian Nyachae**- GitHub: [@githubBria222](https://github.com/Bria222)
- Twitter: [@briannyachae9](https://twitter.com/briannyachae9)
- LinkedIn: [Brian-Nyachae](https://linkedin.com/in/brian-nyachae)## Author 3:
👤 **Hammed Adisa**- GitHub: [@AbuRayhaan](https://github.com/aburayhaan)
- Twitter: [@ayinla2011](https://twitter.com/Ayinla2011)
- LinkedIn: [Hammed Adisa](https://linkedin.com/in/hammed-adisa)## 🤝 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.