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

https://github.com/kennedyowusu/vet_clinic_database

Vet Clinic Database is a relational database focus project. Through the project, users can query the db, perform crud operations on specific data form the database using SQL terminal.
https://github.com/kennedyowusu/vet_clinic_database

database postgresql sql

Last synced: about 2 months ago
JSON representation

Vet Clinic Database is a relational database focus project. Through the project, users can query the db, perform crud operations on specific data form the database using SQL terminal.

Awesome Lists containing this project

README

          

# 📗 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-)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Vet Clinic Database

**Vet Clinic Database** is a relational database focus project. Through this project, users can create, read, update and delete specific data form the database using sql queries in the terminal of command prompt.

## 🛠 Built With

### Tech Stack
Database

### Key Features

- **Users can create database table.**
- **Users can insert and update database table column.**
- **Users can read specific data with sql query**

(back to top)

## 💻 Getting Started

This repository includes files with plain SQL that can be used to recreate a database:
- At first Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/kennedyowusu/vet_clinic_database.git
git clone https://github.com/kenendyowusu/vet_clinic_database.git
```
- To use this repo to your local computer make sure you have installed [POSTGRESQL](https://www.postgresql.org/)
- Then create a new database then open a sql editor or sql terminal then your can use below SQL language to read and update your database with multiple tables.
- 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.

(back to top)

## 👥 Author

👤 **Kennedy OWUSU**

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

(back to top)

## 🔭 Future Features

- [ ] Add Indexes to columns
- [ ] Make Views of tables
- [ ] Generate the ER diagrams of the tables

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments
Thanks to Microverse for giving me the opportunity to create such a project

(back to top)

## 📝 License

This project is [MIT](https://github.com/kennedyowusu/vet_clinic_database/blob/develop/LICENSE.md) licensed.

(back to top)