29 projects tagged "API"
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.
TwinDB is an embedded key/value database based on BerkeleyDB. It basically adds security from database corruption on top of the non-transactional version of BerkeleyDB. It accomplishes this by maintaining twin BerkeleyDB databases and using "lock" files to indicate when a set of writes are in progress. Performance is still good (tested at ~60K writes/sec and 300K reads/sec). It was written because the transactional version of BerkeleyDB is expensive.
SQLite/Ruby is a set of bindings to allow the SQLite (v 2.x) database to be used from Ruby scripts. It provides an object-oriented interface to all major functions of the SQLite API, including the create_function and create_aggregate functions. It also supports bind parameters, transactions, internal and external iterators, type translation in queries, and easy access to various pragmas.
pgstream is a C++ library that is built on top of libpq for PostgreSQL v7.4 or higher. It aims at providing programmers an easier interface than the libpq C API when using C++. It provides classes that support parameterized queries, exceptions for catching database errors, transactions and subtransactions, reading and writing bytea columns, using prepared statements, SQL cursors, and more.
cerberus is a modular and robust network operator and drone monitoring service designed to protect IRC networks from common threats that plague the community. It uses a BIND9-style configuration file with a mix of Perl syntax. It includes a map module that displays a server map along with basic information, stats/protocol for core protocol support, sql, an interface to DBI, modcontrol for controlling modules in use via IRC, login, operlist for displaying a list of all operators on the network, and more. It was designed for use with pure TS6 networks such as ircd-ratbox and ircd-hybrid.