Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 403 Bytes

ÅngströmDB

Very simple key-value noSQL database, based on LMDB and nanomsg.

Created as code example during a talk. ÅngströmDB was designed for educational usage only.

  • No error management.
  • Some parts are naively implemented.
  • No replication mechanism.

See FineDB for a real high-performance noSQL database.