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