377 projects tagged "Database Engines/Servers"
Pervasive.SQL is a high performance, low-TCO database server designed to be easily embedded in applications and devices targeted for Linux, Novell, and Windows environments. Pervasive delivers both transactional and relational access methods to the application in a single box. Based on this unique model, the developer can use the data access model most appropriate for a given task. This means high-transaction volume applications can exploit the performance-optimized transactional access method while reporting, statistical and other complex query tasks are easily addressed through the relational access method.
hamsterdb Transactional Storage is an ANSI-C implementation of a key/value database engine. It has a lock-free architecture, thus supporting an arbitrary number of long-running transactions and resolves transaction conflicts in memory without accessing the disk. hamsterdb uses logical, idempotent logging for recovery. It is thread-safe and concurrent, moving performance intensive operations to the background. Every hamsterdb handle can be used from arbitrary threads.
@1 Data Sorting Tool grabs contents from a text-based data file and sorts the data before tabulating it into an HTML table. Visitors can click on the title fields to re-sort the table in acending or decending order. It works with MS Excel/Access data files or any other tab/pipe/colon-delimited text files, and supports unlimited tables and sub-user accounts.
PostgreSQL for Solaris@sparc is a version of the PostgreSQL object-relational database optimized for SUN Solaris (SPARC). It features automatic installation, automatic startup (with logfiles), automatic TCP/IP configuration, Windows and Uniux tools for administering the database, extended init scripts, extended man pages, and more.
DBMaker provides you with a professional database system with multimedia capabilities, a native ODBC interface, large database features, and cross-platform support. The unique open architecture and native ODBC interface give you the freedom to build custom applications using a wide variety of programming tools such as Visual Basic or Delphi, or query your database using existing ODBC-compliant applications.
The WisdomForce FastReader is a high-performance data transfer and migration product which enables transportation of data across multiple platforms in heterogeneous environments and significantly improves data accessibility. FastReader can unload and extract Oracle tables of any size into portable flat text files (or into a pipe) without compromising the performance of production database systems. The user can easily configure the output data format.
libsqljdbc_auth provides support for using Windows integrated authentication with the Microsoft SQL Server 2005 JDBC Driver under Unix operating systems. SQL Server Authentication is not secure and is difficult to manage in an environment with large numbers of database servers, but it is often the only option when connecting to an SQL Server Database from non-Windows operating systems. This library allows users of other operating systems to use the more secure Integrated Authentication method with Microsoft's SQL Server 2005 JDBC driver using native Kerberos authentication libraries.
LocalSQL provides a library and command line tool for direct invocation and processing of SQL statements on local databases. A subset of SQL92 is implemented, notably 'INSERT UPDATE DELETE SELECT CREATE TABLE CREATE INDEX DROP TABLE'. Sub-selects are not currently supported. See README.SQL for more information on exactly what is and is not supported.
OpenQuasar is an object-relational persistence manager. Persistent objects and the corresponding or-mapping are described in a model. Instances of these persistence classes can interact with the database, and can be queried with a language that is oriented at the object model. It has an open architecture, is J2EE conformant, and can be run standalone or integrated with EJB application servers.