- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Vet_Clinic] is a Postgres database structured to record data of a vet clinic in a database
Database
- [Database Created]
- [Animals Table Created]
- [Data entered into the table]
- [Multiple data queries executed]
- [Updating data with transaction Rollback and Commit Executed]
- [Deleting data with transaction Rollback and Commit Executed]
- [Updating data with transaction savepoint Executed]
- [Querying table with aggregated response Executed]
- [Multiple tables added]
- [Primary Keys and Foreign Keys Deployed]
- [Data Inserted in multiple tables]
- [Tables linked with Foreign keys]
- [Querying Multiple tables using Join Executed]
- [Join Tables added for multiple tables]
- [Inserting Data into Join tables Executed]
- [Querying Data by using Join Tables Executed]
- [Bulk data recorded to measure performance audit]
- [Indexes added to table to improve the db performance ]
To get a local copy up and running, follow these steps.
In order to run this project you need: Postgres Installed
Clone this repository to your desired folder:
mkdir vet-clinic
cd vet-clinic
git clone git@github.com:demesameneshoa/vet_clinic.git
No Installation Required
To deploy the database, execute shcema.sql, data.sql and queries.sql repectively in your psql shell
No tests here
👤 Author1
- GitHub: @demesameneshoa
- Twitter: @demesabera
- LinkedIn: Demes Ameneshoa
👤 Author2
- GitHub: @fmanimashaun
- Twitter: @fmanimashaun
- LinkedIn: Fisayo Michael Animashaun
- [Relation Diagram]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please show us support by givintg it a star.
I would like to thank my colleagues at Microverse for their support during the project.
This project is MIT licensed.