https://github.com/thecodechaser/schema-database
Created the database from the schema diagram.
https://github.com/thecodechaser/schema-database
postgresql schema sql
Last synced: 11 months 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 (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-27T12:39:53.000Z (about 4 years ago)
- Last Synced: 2025-03-30T08:12:18.977Z (12 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

# Schema-Database
> Created the database from the schema diagram shown below.

## 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.