sophia-0.1: Database/Sophia/Types.hs
module Database.Sophia.Types where
import qualified Bindings.Sophia as S
newtype Db = Db { unDb :: S.Db }
newtype Env = Env { unEnv :: S.Env }
newtype Cursor = Cursor { unCursor :: S.Cursor }
module Database.Sophia.Types where
import qualified Bindings.Sophia as S
newtype Db = Db { unDb :: S.Db }
newtype Env = Env { unEnv :: S.Env }
newtype Cursor = Cursor { unCursor :: S.Cursor }