Filtered by
db
Refine results
database (10)
haskell (5)
mysql (5)
dbi (5)
sql (4)
web (4)
hdbc (4)
php (4)
odbc (3)
django (3)
sqlite (3)
java (3)
NEW: Latest release can be downloaded from http://dist.wso2.org/products/wsas/wso2wsas-2.2.zip * Data Services provides a simple mechanism to expose data stored in a relational data via a Web service API. • Data is no longer locked away in a
Metrics updated 07 Oct 08
HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
Metrics updated 06 Oct 08
HaskellDB is a combinator library for expressing queries and other operations on relational databases in a type safe and declarative way. All the queries and operations are completely expressed within Haskell, no embedded (SQL) commands are needed
A binding to the tinycdb library by Michael Tokarev, which is a public domain implementation of Daniel J. Bernstein's Constant Database. Includes the tinycdb source so there are no external dependences.
KiokuDB is an object oriented store using the Class::MOP api for data management and Search::GIN for indexing.
Metrics updated about 21 hours ago
GreenSQL is a database firewall engine used to protect Open Source Databases from SQL injection attacks. It works in proxy mode. Application logics is based on evaluating of SQL commands using risk score factors, as well as blocking of administrative commands.
Metrics updated 17 Sep 08
This is the PostgreSQL backend driver for the HDBC database infrastructure for Haskell.
Metrics updated 06 Oct 08
This package provides an ODBC database ackend for the HDBC Haskell database infrastructure. It works on Windows as well as POSIX (Unix/Linux/BSD/Mac) platforms via unixODBC, iODBC, etc. This driver is the preferred way to access MySQL from HDBC.
Metrics updated 06 Oct 08
This is the Sqlite version 3 backend for the Haskell HDBC database infrastructure.
Metrics updated 06 Oct 08
Allows easy creation and manipulation of database records. Inspired by Ruby on Rails. The class will be updated in January 2007