Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyusu4/vet-clinic
https://github.com/shyusu4/vet-clinic
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shyusu4/vet-clinic
- Owner: shyusu4
- Created: 2022-10-24T11:50:33.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-02T16:57:49.000Z (about 1 year ago)
- Last Synced: 2023-11-02T17:41:14.310Z (about 1 year ago)
- Language: PLpgSQL
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet Clinic Database
A relational database for a vet clinic.
![Relational database for a vet clinic](https://user-images.githubusercontent.com/106587342/199228567-b5952b28-be15-47e3-84fd-5cccf14ba420.png)
## 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. **Note: this file may include queries that make changes in the database (e.g., remove records). Use them responsibly!**