Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbengacode/vetclinic-database
https://github.com/gbengacode/vetclinic-database
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbengacode/vetclinic-database
- Owner: Gbengacode
- Created: 2022-02-14T10:53:13.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-22T21:52:52.000Z (over 2 years ago)
- Last Synced: 2023-03-11T03:11:21.303Z (over 1 year ago)
- Language: PLpgSQL
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name
Vet clinic database
# Project Description> In this project I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it.
## Schema diagram
![screenshot](./screenshot/schema.png)## Built With
- SQL
## Getting StartedThis 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.## Author
👤 **Emmanuel Gbenga**
- GitHub: [@githubhandle](https://github.com/gbengacode)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Gbengacode/vetclinic-database/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.