Skip to content

justinwoo/purescript-bingsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureScript-Bingsu

Cool query building library for Node-SQLite3.

Usage

See the tests.

someAff = void $ B.queryDB db insert { name: "apples", count: 3 }
  where
    insert
         = B.literal "insert into mytable values ("
      <<>> B.param (B.Param :: _ "name" String)
      <<>> B.literal ","
      <<>> B.param (B.Param :: _ "count" Int)
      <<>> B.literal ")"

About

Cool query building library for Node-SQLite3

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published