Simple Project List Software Map

Database Engines/Servers
410 projects in result set
LastUpdate: 2001-02-07 19:28

ZooLib

ZooLib allows one to write a single set of C++ sources which can be compiled into native executables for Mac OS, Windows, BeOS, or POSIX-compliant systems that use the X Window system (such as Linux). Zoolib provides a GUI toolkit with a uniquely flexible layout system. It also provides a single-file database format, TCP networking, and extensive debugging support. ZooLib applications are multithreaded. ZooLib requires only minimal support from the underlying OS and platform GUI layer, and thus could be ported to a completely new platform without too much difficulty. ZooLib is fully production quality on Windows and MacOS, completely implemented but untested on BeOS, and not yet complete on POSIX. Please note that the sources from the "demo" branch are also required to build ZooLib or to get started writing your own ZooLib applications.

(Machine Translation)
LastUpdate: 2000-11-29 08:50

NoSQL

NoSQL is a fast, portable, relational database management system without arbitrary limits. It runs under, and interacts with, the UNIX operating system. It uses the Operator/Stream DBMS paradigm. There are a number of "operators" that each perform a unique function on the data. The "stream" is suplied by the UNIX input/output redirection mechanism. Therefore each operator processes some data and then passes it along to the next operator via the UNIX pipe function. This is very efficient as UNIX pipes are implemented in memory. NoSQL is compliant with the relational model.

(Machine Translation)
LastUpdate: 2011-01-12 10:33

HailDB

HailDB is a relational database in shared library form that can be embedded into applications. It is not a SQL database, although you can use this library as the storage backend for a SQL database. It features a clean and simple API and is a continuation of the Embedded InnoDB project. With the addition of the HailDB plugin to Drizzle, you get a full SQL interface.

(Machine Translation)
LastUpdate: 2001-06-29 13:37

DataReel

DataReel is a free, cross-platform database and communications toolkit. It can
be used to rapidly develop and deploy multi-threaded database and
communications applications. The DataReel toolkit is composed of a modular C++
library designed to build cross-platform infrastructures for end-user
applications, embedded systems, and reusable libraries. DataReel's unique
modular design simplifies adaptation, allowing you to determine the level of
complexity. DataReel makes Internet connectivity and database programming easy.

(Machine Translation)
LastUpdate: 2006-03-27 00:39

One$DB

One$DB is an open source version of Daffodil DB, a commercial RDBMS. It
is transparent to the end user and does not require a Database
Administrator.

(Machine Translation)
LastUpdate: 2008-03-15 05:16

Mica PHP DataSystem

Mica PHP DataSystem is a database solution for PHP
programmers that provides a hybrid customizable
file format.

(Machine Translation)
LastUpdate: 2001-08-22 14:37

LEAP RDBMS

LEAP is a free RDBMS (Relational Database Management System) It is used as an educational tool around the world to aid students, researchers and teachers as they learn or teach database theory. LEAP is in active development by the author.

(Machine Translation)
LastUpdate: 2001-06-27 04:41

Xbase

Xbase (formerly known as xdb) is an XBase compatible C++ class library. It provides C and C++ programmers with a cross-platform class and function library for manipulating Xbase type datafiles and indexes. There is support for .DBF and .NDX files (including support for Dbase III and IV memo fields, dates, and record and file locking), and limited support is also supplied for .NTX (clipper index) files. There is also an HTML user interface class which works well with the Apache Web Server.

(Machine Translation)
LastUpdate: 2008-11-14 09:13

Junoplay Table

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.

(Machine Translation)
LastUpdate: 2005-08-15 10:49

Redstone Prevalent Storage

Redstone Prevalent Storage is minimalistic
prevalent storage for Java SE 5.0 that replaces
the need for JDBC and an RDBMS for small and
mid-sized applications. The library is comprised
of an intentionally small set of concise
interfaces and classes, and can be suitable for
many types of applications where the data storage
does not necessarily require an RDBMS. The library
is heavily influenced by Prevayler and the
Prevayler team (who should receive all credit).

(Machine Translation)
LastUpdate: 2002-04-16 16:38

Zoogle

Zoogle is a Z39.50 gateway to the Google web
index. With this gateway you can search the Google
index with any Z39.50 client. It is based upon
Google's official search API, the popular YAZ
toolkit, and the Perl module Net::Z3950::SimpleServer.

(Machine Translation)
LastUpdate: 2011-02-02 23:07

CSQL

CSQL is a main memory database SQL engine that performs 20 times faster than disk based database systems such as Oracle, MySQL, etc. It can also be used as a middle tier caching solution for any database, thereby increasing the throughput by a factor of 20-100.

LastUpdate: 2001-01-30 06:12

E Database Access library

Edb provides a stable API and file format for archiving configuration, theme, and other data available all the time for fast random access. It can store any kind of data in key-value pair format.

(Machine Translation)
LastUpdate: 2002-12-26 06:55

PQMM

PQMM stands for "pq--". It is a simplified rewrite of the pq++ library. PQMM improves pq++ in many ways, including better Win32 support, fewer dependencies, a smaller size, the addition of public OpenConnection()/CloseConnection() methods, and fewer bugs.

LastUpdate: 2006-07-04 06:05

databeans

databeans is a fully object oriented (not relational) persistence framework for Java, based on the use of the JavaBeans accessor methods to read and write data on disk instead of in the classes' instance fields. It is distributed (through RMI), transactional (with the 4 ANSI isolation levels supported), garbage collected (backed by an on-disk heap called "heapspace"), and has persistent versions of the Collection classes. It aims to provide a full-fledged solution for enterprise application development.

(Machine Translation)