https://github.com/benawi/database-based-diagram
https://github.com/benawi/database-based-diagram
postgresql
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benawi/database-based-diagram
- Owner: Benawi
- Created: 2023-07-24T22:51:05.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-26T19:51:40.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T21:07:07.394Z (over 1 year ago)
- Topics: postgresql
- Homepage:
- Size: 546 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
### 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.
### ๐ค 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๐
Contributions, [issues](https://github.com/Benawi/Vet-clinic-database/issues), and feature requests are welcome!
Give me โญ๏ธ If you like this project!
- I thank the Microverse program for giving us this great chance.
This project is [MIT](./MIT.md) licensed.