The missing set of useful tools for Postgres DBAs and all engineers
-
Updated
Oct 23, 2024 - PLpgSQL
PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
The missing set of useful tools for Postgres DBAs and all engineers
PostgreSQL Unit Testing Suite
In this projects, a relational database is used to create the data structure for a vet clinic. it is started with one table, and step by step, the complete database with data about: animals, animals' owners, clinic employees and visits created.
This is a data structure for a vet clinic, created using a relational database. It is a complete database with data about: animals, animals' owners, clinic employees, and visits.
A set of psql scripts, used for 100% live demo on PostgreSQL statistics
Vet-Clinic is a small organizations that takes care of animals. The organization takes records of anmials that are brought to the cinic. Data collected includes: name, date_of_birth, escape_attempts, neutured and weight_kg.
Vet-clinic-database is the first learning project of Microverse about databases, for this project, I used a relational database to create the initial data structure for a vet clinic and create tables to store animals', vets and owners information, insert some data into them and query from them.
gringotts is a expiremental pure PLpgSQL application for personal or enterprise financial management.
This project aims to build a railway reservation system which is a software application that handles the entire booking data of the railway. This software can also be used by different railway companies to carry out operations in a smooth, effective, and automated manner.
Базы данных Программная инженерия (ПИиКТ) ИТМО
Vet clinic database is the collections of tables and related queries.
This is a relational database to create the data structure for a vet clinic. It consists of four main tables, namely: animals table, species table, owners table, and vets table. It also consists of two join tables called specialization and visits table. This repository consists of the schema, data, and queries for different questions.
A database system for a vetinary clinic for keeping inventories of animal details such as date of birth, neutered, escape attempts, weight and name. Build using PostgrelSQL server and PGAdmin4.
This is a relational database to create the data structure for a vet clinic
"Vet Clinic Database" is a project where I use a relational database to create the initial data structure for a vet clinic that includes a table to store animals' information, insert some data into it, and query it