An open API service indexing awesome lists of open source software.

https://github.com/ferhatelmas/dbms-simulator

Simple DBMS simulator without joins
https://github.com/ferhatelmas/dbms-simulator

Last synced: 2 months ago
JSON representation

Simple DBMS simulator without joins

Awesome Lists containing this project

README

        

## Simple Storage Manager

This is a simple storage manager I have implemented in [Introduction to Database Systems(cmpe321)](http://www.cmpe.boun.edu.tr/courses/?cmpe=321) course.

It doesn't support any kind of _join_ but it is capable of _CRUD_ operations on variable length records.