RSS 376 projects tagged "Database Engines/Servers"

Download Website Updated 17 Jan 2012 MySQL

Screenshot
Pop 2,215.41
Vit 51.30

MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.

Download Website Updated 30 May 2012 Berkeley DB

Screenshot
Pop 1,107.10
Vit 17.64

Berkeley DB (libdb) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. It includes b+tree, queue, extended linear hashing, fixed, and variable-length record access methods, transactions, locking, logging, shared memory caching, database recovery, and replication for highly available systems. DB supports C, C++, C#, Java, PHP, and Perl APIs. It supports key-value pair (NoSQL), SQL, and Java Object formatted data. It is available for a wide variety of Unix platforms as well as QNX, Android, Mac OS X, and several varieties of Windows.

Download Website Updated 13 May 2013 SymmetricDS

Screenshot
Pop 931.26
Vit 123.11

SymmetricDS is Web-enabled, database independent, data synchronization/replication software. It uses Web and database technologies to replicate tables between relational databases in near real time. The software was designed to scale for a large number of databases, work across low-bandwidth connections, and withstand periods of network outage. It includes support for Oracle, MySQL, PostgreSQL, H2, HSQLDB, Derby, MS SQL Server, Firebird, IBM DB2, Informix, Interbase, and Greenplum databases.

Download Website Updated 18 Oct 2010 SQLite

Screenshot
Pop 738.97
Vit 15.36

SQLite is a small, fast, embeddable SQL database engine that supports most of SQL92, including transactions with atomic commit and rollback, subqueries, compound queries, triggers, and views. A complete database is stored in a single cross-platform disk file. The native C/C++ API is simple and easy to use. Bindings for other languages are also available.

Download Website Updated 19 May 2013 cego

Screenshot
Pop 662.92
Vit 450.05

Cego implements a relational and transactional database system with support for the SQL query language. The current release contains the most common database features for basic table manipulation and data retrieval. Indexes, foreign keys, views, and stored procedures are also implemented. Future releases (2.0 and above) will support a multi-node database concept with log file shipping for an automatic database application failover.

Download Website Updated 21 Apr 2013 MUSCLE

Screenshot
Pop 612.42
Vit 143.35

MUSCLE (Multi User Server Client Linking Environment) is an N-way messaging server and networking API. It includes client-side networking APIs for various languages, including C, C++, C#, Delphi, Java, and Python. MUSCLE lets programs communicate over a network via streams of serialized Message objects. The included server program ("muscled") lets its clients message each other and store information in its server-side hierarchical database. The database supports flexible queries via hierarchical wildcarding, and "live" updates via a subscription mechanism.

Download Website Updated 15 Mar 2013 Database Independent Abstraction Layer for C

Screenshot
Pop 583.23
Vit 30.51

libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. The plugin architecture allows for new database drivers to be easily added by a third party with flexible licensing.

Download Website Updated 03 Dec 2012 DbVisualizer

Screenshot
Pop 552.35
Vit 25.24

DbVisualizer is a universal database tool for developers and database administrators. It can be used on all major operating systems and can access a wide range of databases.

Download Website Updated 17 Mar 2013 H2 Database Engine

Screenshot
Pop 502.55
Vit 71.59

H2 is an SQL database engine written in Java that implements the JDBC API. Embedded, server, and clustering modes are available. A browser based console application is included. The database has strong security features. Disk based and in-memory databases and tables are supported.

Download Website Updated 03 Oct 2011 phpPgAdmin

Screenshot
Pop 492.84
Vit 16.19

phpPgAdmin is a fully functional PHP-based administration package for PostgreSQL. It has all the basic functionality you need to completely administer a PosgreSQL server and/or database, including the ability to administer views, sequences, stored procedures, and triggers. Features include the ability to create and drop databases; create, copy, drop, and alter tables/views/sequences/functions/triggers; edit and add fields (to the extent Postgres allows); execute any SQL-statement, even batch-queries; manage keys on fields; create and read dumps of database and tables; and administer one single database, multiple servers, and Postgres users/groups.

Screenshot

Project Spotlight

queXML

A simple XML schema for designing questionnaires.

Screenshot

Project Spotlight

CryptNET Password Candidate Generator

Flexibly generates password candidates using OS pseudo-random sources.