1 project tagged "Database Engines/Servers"
SimpleDBM is a multi-threaded transactional database engine. It has a very small footprint and can be embedded in the address space of an application, or used in network client server mode. It provides a simple programming API that can be learned very quickly. SimpleDBM supports ACID transactions, steal/no-force buffer management, lock-based concurrency, row level locks, b-tree indexes, tables, write ahead log, crash recovery, and deadlock detection.
A Java based BPM framework to build workflow management systems in a fast and easy way.