2.1.0 • Published 7 years ago

sqltopurs-npm v2.1.0

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
7 years ago

sqltopurs

You can write a SQL query, and sqltopurs will have its type inferred and a PureScript wrapping function generated. The generated PureScript function will take and return values corresponding to the inferred types. For example, a query that takes an integer and a string, and returns a UUID and a Boolean, will be translated into a PureScript function that has the corresponding types, and invokes the query. Usage is simple; just invoke sqltopurs with the source and target files before you run pulp build.

$ sqltopurs example/blog.stp src/Blog/Database.purs
$ pulp build