An open API service indexing awesome lists of open source software.

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

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-)

# 📖 Vet Clinic Database

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Create tables in SQL**
- **Insert and query data in SQL.**
- **Use database transactions.**
- **Modify and delete data in SQL.**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps

  • Install PostgreSQL in your computer
  • ### 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
    ```

    (back to top)

    ## 👤 Author

    👤 **Tumaini Maganiko**

    - GitHub: [@tchasinga](https://github.com/tchasinga)
    - Twitter: [@tchasinga](https://twitter.com/tchasinga)
    - LinkedIn: [tchasinga](https://linkedin.com/in/tchasinga)

    (back to top)

    ## 🔭 Future Features

    - **query multiple tables**
    - **add "join table" for visits.**
    - **database performance audit.**
    - **add database schema diagram.**

    (back to top)

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/tchasinga/Vet-clinic-database/issues/2).

    (back to top)

    ## ⭐️ Show your support

    If you like this project, please give it a ⭐️

    (back to top)

    ## 🙏 Acknowledgments

    I would like to thank Microverse for accelerating my growth

    (back to top)

    ## 📝 License

    This project is [MIT](./LICENSE) licensed.

    (back to top)