https://github.com/tchasinga/vet-clinic-database
UPDATE animals SET owner_id = 4 WHERE name = 'Charmander' OR name = 'Squirtle' OR name = 'Blossom'; UPDATE animals SET owner_id = 5 WHERE name = 'Angemon' OR name = 'Boarmon'; UPDATE animals SET owner_id = 2 WHERE name = 'Gabumon' OR name = 'Pikachu'; UPDATE animals SET owner_id = 3
https://github.com/tchasinga/vet-clinic-database
postgresql querydsl
Last synced: about 2 months ago
JSON representation
UPDATE animals SET owner_id = 4 WHERE name = 'Charmander' OR name = 'Squirtle' OR name = 'Blossom'; UPDATE animals SET owner_id = 5 WHERE name = 'Angemon' OR name = 'Boarmon'; UPDATE animals SET owner_id = 2 WHERE name = 'Gabumon' OR name = 'Pikachu'; UPDATE animals SET owner_id = 3
- Host: GitHub
- URL: https://github.com/tchasinga/vet-clinic-database
- Owner: tchasinga
- License: mit
- Created: 2023-08-21T16:15:39.000Z (over 1 year ago)
- Default Branch: Dev
- Last Pushed: 2023-08-24T12:04:27.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:14:05.044Z (4 months ago)
- Topics: postgresql, querydsl
- Language: PLpgSQL
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vet Clinic Database
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Vet Clinic Database ](#-vet-clinic-database-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👤 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)Client
- **Create tables in SQL**
- **Insert and query data in SQL.**
- **Use database transactions.**
- **Modify and delete data in SQL.**
To get a local copy up and running, follow these steps
### Prerequisites
In order to run this project you need:
```sh
PostgreSQL any version installed in your computer
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
https://github.com/tchasinga/Vet-clinic-database.git
```
### Install
Install this project with:
```sh
cd my-project
```
### Usage
To run the project, execute the following command:
```sh
connect your database
```
👤 **Tumaini Maganiko**
- GitHub: [@tchasinga](https://github.com/tchasinga)
- Twitter: [@tchasinga](https://twitter.com/tchasinga)
- LinkedIn: [tchasinga](https://linkedin.com/in/tchasinga)
- **query multiple tables**
- **add "join table" for visits.**
- **database performance audit.**
- **add database schema diagram.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tchasinga/Vet-clinic-database/issues/2).
If you like this project, please give it a ⭐️
I would like to thank Microverse for accelerating my growth
This project is [MIT](./LICENSE) licensed.