Ecosyste.ms: Awesome
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: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/benawi/database-based-diagram
- Owner: Benawi
- Created: 2023-07-24T22:51:05.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-07-26T19:51:40.000Z (over 1 year ago)
- Last Synced: 2024-04-23T19:22:13.176Z (9 months ago)
- Topics: postgresql
- Homepage:
- Size: 546 KB
- Stars: 3
- 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.