Module

SQLite3

#queryObjectDB

queryObjectDB :: forall params. DBConnection -> Query -> Record params -> Aff Foreign

fairly unsafe function for using an object with a query, see https://github.com/mapbox/node-sqlite3/wiki/API#databaserunsql-param--callback

Re-exports from SQLite3.Internal

#Query

type Query = String

#Param

type Param = Foreign

#FilePath

#DBConnection

Modules