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

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.

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 Paulo

Institute 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)