ODB (also known as "spugdb" due to a name clash on code.google.com) is a pure Python key-value style database system. It supports nested transactions, object schemas, cursors, and a simple, X-Path like query language.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
새로운 인터페이스는 시스템을 만들었습니다. BDB, 가상 메모리, 그리고 모든 인터페이스는 이제 사용 중지됩니다. "모델"시스템, 어느 개체의 스키마를 데이터베이스 테이블과 인덱스의 설정에 파이썬 개체 매핑을 정의할 수 있도록 추가되었습니다. 낮은 수준의 스토리지 시스템을 추상있게되었습니다 아닌 스토리지 파일 시스템 및 백업 Checkpointing을했다.
A new interface was created for the system. The BDB, Mem, and Full interfaces are now deprecated. A "model" system was added, which allows you to define object schemas mapping Python objects to a set of database tables and indices. The low-level storage system has been abstracted out, allowing storage to non-filesystems and backups after checkpointing.
라이센스 비 표준의 BSD - LGPLv3에 분에 라이센스로 전환했다. B - 트리의 코드를 지상에서하도록 재작 성되었다 좀 더 일반 및 강력한. "blist"테이블 형식이 구현되었습니다. Blists 랜덤 액세스 순서 btree 구현됩니다. 패키지 및 모듈 수준의 설명서를 개선했다.
Tags:
Initial freshmeat announcement
The license was switched from a non-standard
BSD-ish license to LGPLv3. The b-tree code was
rewritten from the ground up to make it more
general and robust. The "blist" table type was
implemented. Blists are a btree implementation of
a random-access sequence. The package and module
level documentation was improved.