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

https://github.com/benawi/database-based-diagram


https://github.com/benawi/database-based-diagram

postgresql

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

###



๐Ÿ›ฐVet-clinic-database๐Ÿš€

# ๐Ÿ“— Table of Contents

- [๐Ÿ“– About the Project](#about-project)
- [๐Ÿ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)

- [๐Ÿ’ป Getting Started](#getting-started)


- [๐Ÿ‘ฅ Authors](#authors)
- [๐Ÿ”ญ Future Features](#future-features)
- [๐Ÿค Contributing](#contributing)
- [โญ๏ธ Show your support](#support)
- [๐Ÿ™ Acknowledgements](#acknowledgements)

- [๐Ÿ“ License](#license)

# ๐Ÿ“– Create a database based on a diagram
This repository includes files with plain SQL that can be used to recreate a database:

- Use [schema_based_on_diagram.sql ](./schema_based_on_diagram.sql ) to create all tables.

## ๐Ÿ›  Built With

## Tech Stack

## ๐Ÿ”‘ Key Features

### Create a database based on a diagram [Requirements](https://github.com/microverseinc/curriculum-databases/blob/main/db-structure/database_from_diagram.md)

- [x] Create a file named schema_based_on_diagram.sql where implement the database from the diagram.
- [x] Join tables from many-to-many relationships might not appear in the diagram
- [x] add the FK indexes.

(back to top)

## ๐Ÿ‘ฅ Authors

### ๐Ÿ‘ค Habtamu Alemayehu

- GitHub: [Benawi](https://github.com/Benawi)
- Linkdin: [Habtamu](https://www.linkedin.com/in/habtamualemayehu/)
### ๐Ÿ‘ค Bwambale
- GitHub: [Bwambale](https://github.com/wolterbwamabale)
- Linkdin: [Bwambale](https://www.linkedin.com/in/Bwambale-benny-wolter/)

## ๐Ÿ”ญ Future Features
- OPtimization the foreign key with indexing๐Ÿ’ฏ
- Use the many to many relationship๐Ÿš€

(back to top)

## ๐Ÿค Contributing

Contributions, [issues](https://github.com/Benawi/Vet-clinic-database/issues), and feature requests are welcome!

(back to top)

## โญ๏ธ Show your support

Give me โญ๏ธ If you like this project!

(back to top)

## ๐Ÿ™ Acknowledgments

- I thank the Microverse program for giving us this great chance.

(back to top)

## ๐Ÿ“ License

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

(back to top)