Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 26 days 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.