Re: [JVM-B] The best way to use a JVMBridge-based module.
Status: Beta
Brought to you by:
ashley-y
From: Artem Gr <ar...@bi...> - 2006-12-28 19:14:33
|
FYI, the latest version of my JDBC module can be obtained via darcs get http://glim.ru/open/haskell-jdbc/ Documentation available at http://glim.ru/open/haskell-jdbc/html/JDBC.html Artem Gr wrote: > Attached is the version of the JDBC module which displays how JVMUser > monad is hidden from the user. > The user is provided by the module with following methods: > startJVMcp :: [FilePath] -> IO AttachedJVM > jdbcDriverConnection :: String -> String -> String -> String -> > AttachedJVM -> IO JConnection |