Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lily-coder/vetclinic
https://github.com/lily-coder/vetclinic
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lily-coder/vetclinic
- Owner: lily-coder
- License: mit
- Created: 2022-01-10T17:30:58.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-15T06:14:46.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T13:22:35.197Z (about 2 months ago)
- Language: PLpgSQL
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vet clinic database
> In this project, I have used a relational database to create the data structure for a vet clinic. I have created a complete database with data.
## 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: [@lily-coder](https://github.com/lily-coder/)
- LinkedIn: [Lilian Moraa](https://www.linkedin.com/in/lilian-moraa-99950b1b8/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/lily-coder/vetclinic/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](./LICENSE) licensed.