Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jillmpla/javarecorddatabase

Creates a database of person records. Data is stored in a binary file.
https://github.com/jillmpla/javarecorddatabase

binary-data binary-data-store database databases java

Last synced: about 2 months ago
JSON representation

Creates a database of person records. Data is stored in a binary file.

Awesome Lists containing this project

README

        

Java Record Database

Language: Java


  • Creates a database of person records.

  • Record data is stored in a binary file.

  • Records can be added, deleted, viewed, or viewed according to age range.

  • Currently, uses a command-line interface.