jdbm -
未知
跨平台
Java
软件简介
jdbm是为Java提供的一个事务持久层,它旨在为用Perl, Python, C等作为GDBM
的Java应用程序使用,这是简单的持久层引擎是轻型而快速的。
示例代码:
- FruitBasquet.java demonstrates the use of basic JDBM operations;
- FamousPeople.java shows how to use the B+Tree data structure.