Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jillmpla/javarecorddatabase
- Owner: jillmpla
- License: mit
- Created: 2020-08-27T02:56:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T02:59:50.000Z (over 4 years ago)
- Last Synced: 2024-05-02T04:05:21.058Z (8 months ago)
- Topics: binary-data, binary-data-store, database, databases, java
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.