HDBC Sqlite3 Driver

HDBC Sqlite3 Driver is the Haskell Sqlite v3 backend driver for HDBC.
Download

HDBC Sqlite3 Driver Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • John Goerzen
  • Publisher web site:
  • http://software.complete.org/software/projects/show/datapacker

HDBC Sqlite3 Driver Tags


HDBC Sqlite3 Driver Description

HDBC Sqlite3 Driver is the Haskell Sqlite v3 backend driver for HDBC. HDBC Sqlite3 Driver is the Haskell Sqlite v3 backend driver for HDBC.Please see HDBC itself for documentation on use. If you don't alreadyhave it, you can browse this documentation athttp://darcs.complete.org/hdbc/doc/index.html.This package provides one function in module Database.HDBC.Sqlite3:{- | Connect to an Sqlite version 3 database. The only parameter needed isthe filename of the database to connect to.All database accessor functions are provided in the main HDBC module. -}connectSqlite3 :: FilePath -> IO ConnectionRequirements:· HDBC 0.99.0 or above· GHC 6.4.1 or above, or Hugs 2005xx or aboveInstallation:1) ghc --make -o setup Setup.lhs2) ./setup configure3) ./setup build4) ./setup install (as root)If you're on Windows, you can omit the leading "./".Usage:To use with hugs, you'll want to use hugs -98.To use with GHC, you'll want to use: -package HDBC -package HDBC-sqlite3Or, with Cabal, use: Build-Depends: HDBC>=0.99.0, HDBC-sqlite3


HDBC Sqlite3 Driver Related Software