Hacker News new | ask | show | jobs
by macintux 3431 days ago
DETS (and ETS, the in-memory equivalent) are quite simple for basic K/V-ish storage needs. If you need a relational database, Mnesia should do the trick.