https://github.com/onjoseph/vet_clinic
Vet_Clinic is a series of queries to demonstrate various types of actions that can be performed onto a database, as well as different queries to read data out of the database.
https://github.com/onjoseph/vet_clinic
database database-management postgresql queries sql
Last synced: about 2 months ago
JSON representation
Vet_Clinic is a series of queries to demonstrate various types of actions that can be performed onto a database, as well as different queries to read data out of the database.
- Host: GitHub
- URL: https://github.com/onjoseph/vet_clinic
- Owner: ONJoseph
- License: mit
- Created: 2023-02-28T06:17:54.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-15T10:49:17.000Z (about 2 years ago)
- Last Synced: 2025-02-04T12:47:37.108Z (3 months ago)
- Topics: database, database-management, postgresql, queries, sql
- Language: PLpgSQL
- Homepage: https://github.com/ONJoseph/vet_clinic
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vet Clinic
![]()
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!**# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**Vet_Clinic** is a series of queries to demonstrate various types of actions that can be performed on a database, as well as different queries to read data out of the database.
Database
### Key Features
- **Creating new tables examples**
- **Adding data examples**
- **Reading data examples**
- Link comming soon
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need a way to run SQL queries. Used database is PostgreSQL
### Setup
Clone this repository to your desired folder:
```sh
cd vet_clinic
git clone https://github.com/ONJoseph/vet_clinic.git
```
### Usage
To run the project:
- Run the queries in schema.sql to build your databse.
- Run the queries in data.sql to fill your database with data.
- Run your queries.(queries.sql contains some examples)
- GitHub: [@ONJoseph](https://github.com/ONJoseph)
- Twitter: [@ONJoseph1](https://twitter.com/ONJoseph1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/o-n-joseph-ba8425147/)
- [ ] **Performance Audit**
- [ ] **Ruby integration**
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ONJoseph/vet_clinic/issues).
If you like this project feel free to fork it and give it a star.
I would like to thank:
- [Microverse](https://www.microverse.org/)
- Code Reviewers
- Microverse README template.
This project is [MIT](./LICENSE) licensed.