definition: |
runQ :: Database.CDBI.Connection.DBAction a -> IO a runQ = Database.CDBI.ER.runQueryOnDB sqliteDBFile |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Runs a DB action (typically a query). |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {runQueryOnDB}} |
name: |
runQ |
precedence: |
no precedence defined |
result-values: |
{runQueryOnDB} |
signature: |
Database.CDBI.Connection.DBAction a -> Prelude.IO a |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |