The jbase package and subpackages contain classes and interfaces for a simple Java database; the database does not support transactions or optimization techniques like indexing, supported operations include reading, appending, updating and removing of elements of a {@link ch.javasoft.jbase.Table Table}.

The Table is a list-like container for objects of a certain type. Two implementations exist for tables: