ScaffyDB 0.1.0
Latest version
Released:
ScaffyDB - A Scaffy On-Disk Key/Value Store Database
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (The MIT License (MIT) )
- Author: PariahSoft LLC
- Maintainer: Michael Reiley
- Tags database , flat , file , string , key , value , store , disk
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
A simple on-disk flat file database for storing string key/value pairs.
ScaffyDB v1 File Format
MAGIC: “ScaffyDB01”
- FOR EACH KEY:
Key Hash := 8 BYTES (unsigned integer) [BIG ENDIAN]
Value Size := 2 BYTES (unsigned integer) [BIG ENDIAN]
Value := 0-65535 BYTES (string)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (The MIT License (MIT) )
- Author: PariahSoft LLC
- Maintainer: Michael Reiley
- Tags database , flat , file , string , key , value , store , disk
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic