Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodechaser/schema-database
Created the database from the schema diagram.
https://github.com/thecodechaser/schema-database
postgresql schema sql
Last synced: 29 days ago
JSON representation
Created the database from the schema diagram.
- Host: GitHub
- URL: https://github.com/thecodechaser/schema-database
- Owner: thecodechaser
- License: mit
- Created: 2022-02-27T12:22:17.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-27T12:39:53.000Z (over 2 years ago)
- Last Synced: 2024-10-04T03:23:06.184Z (about 2 months ago)
- Topics: postgresql, schema, sql
- Homepage:
- Size: 129 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/thecodechaser-blueviolet)
# Schema-Database
> Created the database from the schema diagram shown below.
![](./clinic_diagram.png)
## Getting Started
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.
**Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**## Authors
👤 **Ranjeet Singh**
- GitHub: [@thecodechaser](https://github.com/thecodechaser)
- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)
- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.