https://github.com/jgcmarins/secondary-index-dbms
Database management system developed for college purpose.
https://github.com/jgcmarins/secondary-index-dbms
c college-purpose database-management dbms secondary-index
Last synced: 6 months ago
JSON representation
Database management system developed for college purpose.
- Host: GitHub
- URL: https://github.com/jgcmarins/secondary-index-dbms
- Owner: jgcmarins
- License: gpl-2.0
- Created: 2015-06-06T06:21:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T20:38:50.000Z (over 8 years ago)
- Last Synced: 2024-10-18T09:37:04.567Z (12 months ago)
- Topics: c, college-purpose, database-management, dbms, secondary-index
- Language: C
- Homepage:
- Size: 982 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dbms
Database management system developed for college purpose.This software is a file handler. It writes records dynamically.
It always writes in binary mode.
## how to use
### to compile:
```
make
```### to run:
```
make run
```### to run with valgrind:
```
make valgrind
```### to clean written data:
```
make cleanfiles
```### additional information
University of Sao PauloInstitute of Mathematical Sciences and Computing
SCC0215 - File Organization
Project 2
For more information about this project, read pdf files attached.
### License
[GPL-2.0](/LICENSE)