Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daudi13/hospital-database
This is a postgres Hospital database project built from a schema diagram
https://github.com/daudi13/hospital-database
data-structures postgresql
Last synced: 2 days ago
JSON representation
This is a postgres Hospital database project built from a schema diagram
- Host: GitHub
- URL: https://github.com/daudi13/hospital-database
- Owner: daudi13
- Created: 2022-05-10T14:18:11.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-05-10T16:03:18.000Z (over 2 years ago)
- Last Synced: 2024-12-08T21:11:33.405Z (about 1 month ago)
- Topics: data-structures, postgresql
- Homepage:
- Size: 132 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hospital-Database
> This is a postgres Hospital database built from the diagram below
![](./clinic_diagram.png)
## 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!**## Authors
👤 **Author1**
- GitHub: [@daudi13](https://github.com/@daudi13)
- Twitter: [@davouma](https://twitter.com/davouma)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)👤 **Author2**
- GitHub: [@Abenezer-Tilahun ](https://github.com/Abenezer-Tilahun)
- Twitter: [@AbenezerTilah11](https://twitter.com/AbenezerTilah11)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/abenezer-tilahun/)## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.