Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
Simple DBMS simulator without joins
- Host: GitHub
- URL: https://github.com/ferhatelmas/dbms-simulator
- Owner: ferhatelmas
- Created: 2012-10-09T14:42:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-09T15:50:56.000Z (about 12 years ago)
- Last Synced: 2023-03-23T01:42:02.516Z (over 1 year ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.