https://github.com/olawale-o/database_vet_clinic
This is a Database for vet Clinic
https://github.com/olawale-o/database_vet_clinic
postgres postgresql sql
Last synced: over 1 year ago
JSON representation
This is a Database for vet Clinic
- Host: GitHub
- URL: https://github.com/olawale-o/database_vet_clinic
- Owner: olawale-o
- Created: 2021-09-19T13:20:12.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-27T17:17:41.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T10:31:09.399Z (over 1 year ago)
- Topics: postgres, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database Vet Clinic
> This is a Database for vet Clinic

## 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
👤 **Omoogun Olawale**
* Github: [@githubhandle](https://github.com/olawale-o)
* Twitter: [@twitterhandle](https://twitter.com/ibreaktherules)
* LinkedIn: [LinkedIn](https://www.linkedin.com/in/olawaleomoogun/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/olawale-o/database_vet_clinic/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- dbdiagram.io
## 📝 License
This project is [MIT](./MIT.md) licensed.