Module

SQLite3

Package
purescript-node-sqlite3
Repository
justinwoo/purescript-node-sqlite3

#queryObjectDB Source

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 Source

type Query = String

#Param Source

type Param = Foreign

#FilePath Source

#DBConnection Source