mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 10:05:27 +03:00
f1fa1f86dd
No testing has been done yet
8 lines
89 B
Haskell
8 lines
89 B
Haskell
module Hasql.Pipeline
|
|
( Pipeline,
|
|
statement,
|
|
)
|
|
where
|
|
|
|
import Hasql.Pipeline.Core
|