Skip to content

Rework withKVDB #45

@graninas

Description

@graninas

The function currently is just an alias for evalKVDB:

evalKVDB :: forall db a. D.DB db => D.DBHandle db -> L.KVDBL db a -> LangL a

withKVDB :: forall db a. D.DB db => D.DBHandle db -> L.KVDBL db a -> LangL a
withKVDB = evalKVDB

But it can be more high level:

withKVDB :: forall db a. D.DB db => D.KVDBConfig db -> L.LangL a -> LangL a

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions