https://github.com/carreraprogrammer/database_from_diagram
https://github.com/carreraprogrammer/database_from_diagram
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carreraprogrammer/database_from_diagram
- Owner: carreraprogrammer
- Created: 2023-01-25T23:31:44.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-26T15:49:46.000Z (over 2 years ago)
- Last Synced: 2025-01-22T20:51:52.268Z (4 months ago)
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hospital Schema
![]()
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Hospital Schema\] ](#-hospital-schema-)
- [🛠 Built With SQL](#-built-with-sql)
- [Tech Stack PostgreSQL](#tech-stack-postgresql)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)**[Hospital Schema]** is a project that interpret a database diagram and implement the SQL.
## 🛠 Built With SQL
### Tech Stack PostgreSQL
Database
This repository includes files with plain SQL that can be used to recreate a database:
- Use schema.sql to create all tables.
- Use data.sql to populate tables with sample data.
- Check queries.sql for examples of queries that can be run on a newly created database. Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/carreraprogrammer/database_from_diagram.git
```
👤 **Damiel Carrera**
- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer )
- Twitter: [@carreraprog](https://twitter.com/carreraprog)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/daniel-carrera-85a917244/)
👤 **ITALO**
- GitHub: [@storres20](https://github.com/storres20)
- Twitter: [@italolonkan](https://twitter.com/italolonkan)
- LinkedIn: [LinkedIn](https://linkedin.com/in/italo-lon-kan)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/carreraprogrammer/database_from_diagram/issues).
If you like this project I really appreciate if you can give me a star and follow me
This project is [MIT](./MIT.md) licensed.