mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 18:22:05 +03:00
11 lines
134 B
Haskell
11 lines
134 B
Haskell
|
module Hasql.Session
|
||
|
(
|
||
|
Session.Session,
|
||
|
Session.sql,
|
||
|
Session.query,
|
||
|
)
|
||
|
where
|
||
|
|
||
|
import qualified Hasql.Private.Session as Session
|
||
|
|