The official C++ client API for PostgreSQL.
-
Updated
Feb 17, 2025 - C++
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for the creation, querying, updating, and administration of the data it holds. There are different types of databases, including Relational Database Management Systems (RDBMS) that organize data into tables with predefined relationships, and NoSQL databases that provide a more flexible, schema-less approach to data storage.
The official C++ client API for PostgreSQL.
BtrBlocks: Efficient Columnar Compression for Data Lakes (SIGMOD 2023 Paper)
Software Engineering @ FMI
Object Relation Mapping with Qt library
Distributed Graph Database Server
The COMPASS Query Optimizer
Lithography Equipment Emulator
This repository contains files relating to PhD research completed in 2000 into the application of space-filling curves , especially the Hilbert Curve, in the storage and retrieval of multi-dimensional data from databases.
Desktop Qt chatroom application modeled on Discord.
Code that I wrote during pursuing Master's degree at Saint-Petersburg Academic University in 2016-2018. Arranged by subjects that I studied.
Persistant LSM Tree Storage Engine
All tasks and homeworks from different kind of courses during my education at @fmi - Sofia University.
oppResultManagers aims to simplify result recording and analysis of OMNeT++/OMNEST simulations.
DBMS engine implementation in C++ supporting theta, natural and outer joins.
My projects implemenation of CMU 15-445's BusTub DBMS