An open API service indexing awesome lists of open source software.

https://github.com/carreraprogrammer/database_from_diagram


https://github.com/carreraprogrammer/database_from_diagram

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


Hospital Schema


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]

**[Hospital Schema]** is a project that interpret a database diagram and implement the SQL.

## 🛠 Built With SQL

### Tech Stack PostgreSQL

Database

(back to top)

## 💻 Getting Started

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
```

## 👥 Authors

👤 **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)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/carreraprogrammer/database_from_diagram/issues).

(back to top)

## ⭐️ Show your support

If you like this project I really appreciate if you can give me a star and follow me

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)