mirror of
https://github.com/nikita-volkov/hasql.git
synced 2025-01-06 11:32:37 +03:00
9 lines
128 B
Haskell
9 lines
128 B
Haskell
-- |
|
|
-- An open API for implementation of specific drivers.
|
|
module HighSQL.Backend where
|
|
|
|
import HighSQL.Prelude
|
|
|
|
|
|
data Backend
|