What’s ndbm?
The library ndbm is a collection of routines that manages data files that contain key/data pairs. The library provides storing, retrieval, and deletion of data by key, as well as non-sorted traversal of all keys.
http://infolab.stanford.edu/~ullman/dbsi/win98/ndbm.html
흠…
저장 형태는 상당히 단순함.
이걸로 뭔가 복잡한걸 저장할려면 XML라이브러리같은… 데이타의 직렬화동이 용이한 모듈을 겸용으로 같이 써서 특정 키값에 XML데이타를 넣어두는 식으로 사용하는것이 좋을듯.