Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

postgresql

Last synced: about 5 hours 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)