377 projects tagged "Database Engines/Servers"
jpt is a generic database toolkit. The package's main component is the libjpt library, which can be easily linked into C++ and C programs. A jpt database consists of a single sparse table, with an arbitrary number of rows and columns. The programming interface is simple, and the data structures are designed for fast random inserts and lookups.
KInterbasDB is a Python extension package that implements Python Database API 2.0-compliant support for the open source relational database Firebird and some versions of its proprietary cousin Borland Interbase. In addition to the minimal feature set of the standard Python DB API, KInterbasDB also exposes nearly the entire native client API of the database engine.
KWC (Key Width Calculator) calculates the bit count required to represent a specified number of combinations. It additionally calculates key width in platform bytes (C char type), actual number of combinations covered by that many bits, and the difference and ratio of requested and actual coverage.