Haskell Database Connectivity 2.0.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Haskell Database Connectivity 2.0.0 (Default branch)
# 1  
Old 01-30-2009
Haskell Database Connectivity 2.0.0 (Default branch)

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.) HDBC is modeled loosely on Perl's DBI interface, though it has also been influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell. License: GNU Lesser General Public License (LGPL) Changes:
This release adds support for Unicode, GHC 6.10, new exceptions, and Data.Time. It includes type marshalling, a convertible typeclass for fromSql/toSql, and a new test suite. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Database connectivity using unix

Hi, I am trying to connect to the database through Unix serer using following command- mysql -u root -Jepadt -D dtdatabase But it giving me error - mysql: unknown option '-J' Can anybody help me to solve this problm Thanks in advance Please use code tags, thanks. (2 Replies)
Discussion started by: pspriyanka
2 Replies

2. Shell Programming and Scripting

Database connectivity

Hi All, How can we access oracle database which is in another server using shell scripts? Please share your ideas. Regards, Raja (1 Reply)
Discussion started by: Rajakct84
1 Replies

3. Shell Programming and Scripting

Database connectivity

Dear all, can any body help me about database connectivity? i want to data by extracting from oracle... so please give me some idea... Thanks, Regards, Pankaj (1 Reply)
Discussion started by: panknil
1 Replies
Login or Register to Ask a Question
texthint(1)							   User Commands						       texthint(1)

NAME
texthint - Interactive Helium Haskell interpreter SYNOPSIS
texthint [ file ] DESCRIPTION
texthint is a simple Haskell interpreter which uses helium compiler to compile Haskell code to Lazy Virtual Machine instructions which are executed by lvmrun. It takes a file name as optional argument which then is compiled using helium and the functions defined in the file can be used in the interpreter. ENVIRONMENT
texthint uses the same environment variables as lvm which is used to execute the Haskell code. LVMPATH The search path for lvm files (same as -P option). The default is: ".:/usr/lib/helium/lib" LVMOPTIONS The default options for the lvm. The default is: "" LVMDLLPATH Extra search path for shared (dynamic link) libraries (.so). The default is: "" COPYRIGHT
(C) 1999,2001 Daan Leijen <daan@cs.uu.nl> (C) Bastiaan Heerden <bastiaan@cs.uu.nl> This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as pub- lished by the Free Software Foundation. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA SEE ALSO
helium(1), lvmrun(1) AUTHOR
This manual page was written by Arjan Oosting <arjanoosting@home> for the Debian system and is also licensed under the terms of the GNU General Public License version 2. Lazy Virtual Machine interpreter December 2006 texthint(1)