Hacker News new | past | comments | ask | show | jobs | submit login

All of the implementations you mention sacrifice specific functionality in order to support a general interface. For instance, clojure-dbm was an interface to key/value stores, so it supported a small subset of common functionality: fetch, put and delete. It didn't support functions that are specific to a certain type of database, such as setnx in Redis.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: