Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iturres/vet-clinic-db-2
πPostgreSQLπ | database structure for a vet clinic.
https://github.com/iturres/vet-clinic-db-2
Last synced: 25 days ago
JSON representation
πPostgreSQLπ | database structure for a vet clinic.
- Host: GitHub
- URL: https://github.com/iturres/vet-clinic-db-2
- Owner: ITurres
- License: mit
- Created: 2023-10-23T17:28:25.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-10-31T15:59:39.000Z (about 1 year ago)
- Last Synced: 2024-12-06T07:54:15.031Z (28 days ago)
- Language: SQL
- Size: 124 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vet Clinic database 2
---
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)---
- This project is intended to get familiar with relational databases, SQL, PostgreSQL, psql, and pgAdmin.
### ERD:
![vet-clinic-erd](src/media/vet-clinic-2-erd.png)
---
#### Learning objectives
- Build a relational database based on a real-life example.
---
:bulb: **Database Initialization**:
- Initialize the database to create a robust foundation.
:bulb: **`Animals` Table Setup**:
- Set up the `Animals` table to organize and store crucial data.
:bulb: **Data Population**:
- Populate the table with relevant information to fuel the db.
:bulb: **Complex Data Queries**:
- Execute advanced data queries to extract precise insights.
:bulb: **Data Modification with Transaction Control**:
- Implement transaction control for secure data updates, including rollback and commit operations.
:bulb: **Data Removal with Transaction Safeguards**:
- Apply transaction safeguards for confident data removal, with rollback and commit operations.
:bulb: **Data Updates with Savepoint Management**:
- Manage data updates efficiently using savepoints within the transactions.
:bulb: **Table Querying with Aggregate Results**:
- Retrieve aggregated responses from the table, providing meaningful insights.
---
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
Example commands:
- With SSH:
```bash
cd my-folder
git clone [email protected]:ITurres/vet-clinic-db-2.git
```
- With HTTPS:
```bash
cd my-folder
git clone https://github.com/ITurres/vet-clinic-db-2.git
```
- With GitHub CLI:
```bash
cd my-folder
gh repo clone ITurres/vet-clinic-db-2
```
### Install
- N/A
### Usage
To run the project, execute the following command:
- N/A
### Run tests
- N/A
---
π€ **Arthur Iturres**
- GitHub: [@ITurres](https://github.com/ITurres)
- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)
- Angellist / Wellfound: [Arturo (Arthur) Emanuel Guerra Iturres](https://wellfound.com/u/arturo-arthur-emanuel-guerra-iturres)
- Youtube: [Arturo Emanuel Guerra Iturres - Youtube Channel](https://www.youtube.com/channel/UC6GFUFHOtBS9mOuI8EJ6q4g)
- Portfolio: [Arthur Iturres - Portfolio](https://iturres.github.io/iturres-reactive-portfolio/)
---
- [x] query and update animals table.
- [x] query multiple tables.
- [x] add "join table" for visits.
- [ ] database performance audit.
- [ ] add database schema diagram.
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ITurres/vet-clinic-db-2/issues).
---
Give a β if you liked this project!
---
I thank the Code Reviewers for their advice and time π
---
This project is [MIT](./LICENSE) licensed.
---