Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 346 Bytes

File metadata and controls

17 lines (9 loc) · 346 Bytes

Quick and Dirty (data)Base - Qdbase

Qdbase is an in-memory key-value store with a RESTful API.

This is a learning project, not one for production.

If you are developing it, use guard for auto testing.

To start as a server, use

rackup config.ru

TODOs

  • Add query functions
  • Implement with concurrent hash. Considering Celluloid.