jyhi / mdbfs

Mapping DataBases into a File System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Berkeley DB Database Backend

jyhi opened this issue · comments

The Berkeley DB backend (db) has a key-valued, flattened hierarchy. Except for the root (/), there is no directory; only files with their names be mapped from the keys and their content be mapped from the values.

This should be easy? Let's see.

"Yours is the worst code I've ever seen."

"But it runs."