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
HSCOLOUR(1)							   User Commands						       HSCOLOUR(1)

NAME
HsColour - generate colourised output for Haskell code SYNOPSIS
HsColour options [file.hs] DESCRIPTION
HsColour is a program that colourises Haskell code. It currently has six output formats: ANSI terminal codes, HTML 3.2 with <font> tags, HTML 4.01 with CSS, XHTML 1.0 with inline CSS styling, LaTeX, and mIRC chat client codes. Flag reference: -version Print out version information. -help A rudimentary help message. -oOUTPUT Write the output to the specified file. -tty Write output with ANSI terminal code colours (this is the default). -html Write output in HTML 3.2 format with font tags. -css Write output in HTML 4.01 format with CSS styling. -icss Write output in XHTML 1.0 format with inline CSS styling. -latex Write output as LaTeX source code. -mirc Output for IRC. -lit When outputting HTML etc, inform HsColour that the input Haskell code is Literate Haskell. -lit-tex When outputting LaTeX, inform HsColour that the input Haskell code is Literate Haskell. -anchor In HTML mode add named anchors. -partial Create output fragments (ie omit the HTML DOCTYPE header, CSS stylesheet link, or LaTeX prologue) for embedding in a larger docu- ment. -print-css Print out the default CSS definitions, in case you lose the .css file. -nolit Turn off -lit mode. -noanchor Turn off -anchor mode. -nopartial Turn off -partial mode. The HsColour homepage is at http://www.cs.york.ac.uk/fp/darcs/hscolour/ . COPYRIGHT
Copyright (C) 2003-2009 Malcolm Wallace and Bjorn Bringert This program comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of this program under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. AUTHOR
The text for this page was constructed from HsColour's main web page by Erik de Castro Lopo <erikd@mega-nerd.com>, for the Debian GNU/Linux system (but may be used by others). HsColour July 2009 HSCOLOUR(1)