https://github.com/arnrdn/vet-clinic
https://github.com/arnrdn/vet-clinic
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnrdn/vet-clinic
- Owner: arnrdn
- Created: 2022-02-28T19:18:19.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-14T11:46:41.000Z (over 4 years ago)
- Last Synced: 2025-07-09T17:08:51.036Z (about 1 year ago)
- Language: PLpgSQL
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet clinic database
> This project is about vet clinic database. Built with PostgreSQL.

## 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!**
## Author
- GitHub: [@rdnrn](https://github.com/rdnrn)
- Twitter: [@rdnrn_nana](https://twitter.com/rdnrn_nana)
- LinkedIn: [Nana Rodina](https://www.linkedin.com/in/rdnrn/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rdnrn/vet-clinic/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.