-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | SQLite3 driver for HSQL. -- -- A Haskell Interface to SQLite 3 via libsqlite3 in the standard library -- path. @package hsql-sqlite3 @version 1.7.1 module Database.HSQL.SQLite3 connect :: FilePath -> IOMode -> IO Connection