Simple Project List 軟體列表

Database Engines/Servers
410 projects in result set
最後更新: 2006-10-29 07:12

hk_classes

hk_classes is a set of C++ libraries for rapid development of database applications with all features a modern database application should have, like forms and reports. hk_classes is database and GUI independent. It also includes command line tools to use hk_classes in scripts. hk_classes includes drivers for DBase, Firebird, MS Access, MySQL, Paradox, PostgreSQL, ODBC, and SQLite.

最後更新: 2004-04-27 20:43

Ganymede

Ganymede is a metadirectory system, primarily intended for UNIX-like environments, but capable of being run with some effort on any server supporting Java 1.1.7 or better. Ganymede supports NIS, DNS, and other network information services, and allows many administrators to work together simultaneously to administer defined subsets of your network directory data. Any system capable of running Java applets with Swing can run the Ganymede client.

(Machine Translation)
最後更新: 2014-04-22 13:57

TurnKey MySQL Appliance

TurnKey MySQL is an extremely easy way to get up and running with MySQL in just a couple of minutes. It's a pre-integrated turnkey server based on Ubuntu that is packaged as a Live CD image capable of supporting installations on both physical and virtual machines, including VMWare, Xen, VirtualBox, and KVM. It features a small footprint, automatic security updates, a rich Web administration interface, and an easy to use configuration and installation console. It includes a phpMyAdmin database management front-end.

(Machine Translation)
最後更新: 2004-03-20 23:09

PostgreSQL-relay

PostgreSQL-relay can be used to as a single point of origin for a number of databases. Instead of having to remember (or modify in case of changes) all the names of databases, on which machines and on which ports they are running, you only need to remember one machine and the name of the database. It will then forward the connection to the proper database on the proper port of the proper server.

最後更新: 2000-02-02 10:05

a_dbc

Abstract Database Connector is a C/C++ library for making connections to several databases (MySQL, mSQL, PostgreSQL, Interbase, Informix, BDE, ODBC). It runs on Linux, UNIX, BeOS, and Windows, and a dynamic driver loader for ELF OSes is under development.

(Machine Translation)
最後更新: 2005-07-28 11:31

Infotrope ACAP Server

The Infotrope ACAP Server is an implementation of
RFC2244, complete with asynchronous notification
of changes, stored search results, ACLs, and data
inheritance, etc. It supports TLS and SASL
encryption as well as the entire base standard,
plus a few optional extensions. ACAP allows
applications to store configuration data in a way
that is standard, fully interoperable, and easily
managed by users, administrators, and technical
support teams alike. Infotrope's key features
include the ability to randomly crash the server
without data loss, and backing up of data (even
while it's being written) without losing
integrity.

(Machine Translation)
最後更新: 2004-09-09 12:56

BlueWonder

BlueWonder is a framework for building all kinds of content management
systems. It supports different types of databases and comes with an
XML-based template engine. It is served with a workflow engine and
role-based access control.

(Machine Translation)
最後更新: 2004-08-19 00:28

Mckoi SQL Database

Mckoi SQL Database is a full featured SQL-92 relational database management system written in Java. The software can operate as either a dedicated multi-client, multi-threaded database server, or can be used as an embedded database inside a Java application. The engine is designed to be easy to use and maintain and versatile for sophisticated database development tasks. The software provides a JDBC 2.0 driver.

最後更新: 2011-07-18 01:26

HyperSQL

HyperSQL is like the doxygen program with Javadoc added, but for SQL. It hypermaps SQL views, packages, procedures, and functions to HTML source code listings, and it shows all the code locations where these are used. You can use JavaDoc-style comments for documentation and even embed UnitTests with them.

(Machine Translation)
最後更新: 2010-08-09 09:15

miniDB

miniDB is a small and fast isam/btree library/program for record based access, used as standalone or as client/server. It features a small footprint, multi-field indexes, autoincrement fields, and database logging. All data is kept in a pure ASCII file, so you can also use grep and awk on it.

最後更新: 2011-10-28 21:11

RedStore

RedStore is a lightweight RDF triplestore written in C using the Redland library. It features SPARQL over HTTP support, an HTTP interface that is compatible with 4store, and unit tests for most of the HTTP server code.
The only build dependancy is Redland.

(Machine Translation)
最後更新: 2012-05-14 21:43

Rasqal RDF Query Library

Rasqal is a C library for querying RDF graphs, supporting the SPARQL, RDQL, and LAQRS languages. It provides APIs for creating a query and parsing query syntax. It features pluggable triple-stores and matching interfaces, query engines for executing the queries, an API for manipulating results as bindings, and multiple ways to format the results to XML, CSV, TSV, and JSON. It uses the Raptor RDF parser to return triples from RDF content, and can alternatively work with the Redland RDF library's persistent triple stores. It is portable across many POSIX systems.

(Machine Translation)
最後更新: 2000-10-24 08:01

mysql2pgsql

This Perl script performs translation from MySQL dump files to the format required to load a Postgres database.

最後更新: 2012-12-13 05:25

GetData Library

GetData is a library that provides an API to interface with dirfile databases. The dirfile database format is designed to provide a fast, scalable format for storing and reading binary, synchronously-sampled, time-ordered data. GetData was originally written for the BOOMERanG and BLAST experiments as a data format suitable for use for both quick-look and data reduction. It is now used by many other cosmological and astrophysical experiments including ACT, Planck, Spider, Keck, as well as other projects.

最後更新: 2012-05-30 21:40

Query Object Framework

QOF (Query Object Framework), provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects. This framework is unique in that it does not require SQL or any database at all to perform the query. Thus, it allows programmers to add query support to their applications without having to hook into an SQL database.