13 projects tagged "jdbc"
StelsCSV is a JDBC driver that allows performing SQL statements and other JDBC operations upon text files (comma separated, tab-separated, fixed length, etc.). Using this driver, users can easily create a simple database consisting of plain text files. The driver can be used for writing data importing programs and migration tools. It supports most keywords of ANSI SQL92, table joins, INSERT, UPDATE, and DELETE statements, data types, aggregate, converting, string, and user-defined SQL functions.
BitNami Opina Stack is an easy-to-install distribution of the Opina poll management software. It includes pre-configured, ready-to-run versions of Apache-Tomcat, MySQL, and JDK (optional), so users can get an Opina installation up and running in minutes after answering a few questions. Linux, Windows, and OS X are supported.
BitNami JRubyStack provides a fast, easy way to develop and deploy Ruby on Rails applications on a Java runtime using JRuby. It includes JRuby, Rails, Java, Tomcat, the GlassFish gem, MySQL, and Subversion. It supports Windows, Linux, and Mac OS X, so you can share the same Rails environment on multiple platforms.
lib4d_sql is a C library that provides the required functions (connect, prepare, execute, etc.) for writing an SQL client for 4D databases. It uses the public 4D SQL protocol, which is supported by 4D products since version 11. It is already used by the PDO_4D Open Source project, and it might be used to provide others drivers for JDBC, ADO, or ActiveRecord.
BlackRay is a relational database system designed to offer performance features commonly associated with search engines. It offers SQL support and sophisticated operational and management features. Load-balancing and operational stability by means of N+1 redundance are included. BlackRay is called a "Data Engine" since it combines traditional, relational database features and SQL with the power and flexibility of search engines. It is a true hybrid, offering transaction support, data-versioned snapshots, and sophisticated function-based indices. Wildcards, phonetic, and fuzzy logic searches are supported, as well. BlackRay supports a subset of the SQL92 standard and provides JDBC/ODBC/native driver options via the PostgreSQL protocol, in addition to an API based query option. The project is released under the GPLv2, with some drivers available under BSD-style licenses. Commercial support contracts are available as well.
once:radix is an integrated development environment (IDE) that operates entirely within a Web browser. once:radix supports two methods of connecting to the server. Most interest is focused on its Rich Internet Application (RIA) environment. This comes with a suite of five RIAs that perform specific roles: logging on or off, context-sensitive help, database administration, IDE, and client. In addition, the once:secureserver (oSS) can respond to commands from session-managed external Web servers.
KeyAccess is a light-weight object-relational mapping (ORM) tool for Java, using existing databases as the starting point to generate a domain model. Its main goal is to reduce and sometimes eliminate manual updating between your domain object model and the underlying databases, while still being able to use arbitrarily complex SQL queries. In addition, KeyAccess doesn’t mandate a special architecture or framework – it will work in any application using JDBC.