Skip to content

Add way to execute multiple commands from file #26

Closed
@chshersh

Description

@chshersh

My use case is that I have schema.sql file with ~10 tables of different sizes. But when I read this file as a String and execute it via execute_ command it doesn't work properly. I can create my schema only by writing 10 calls directly in Haskell code (which is not that convenient).

It would be really nice if mysql-haskell library could support execute_ that can execute multiple commands from .sql file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions