generated from tpl/purs
Clarify that purspgpp is optional
This commit is contained in:
parent
20dfed3e64
commit
a1276bc057
@ -4,9 +4,9 @@ purescript-postgresql-client is a PostgreSQL client library for PureScript.
|
|||||||
|
|
||||||
To use this library, you need to add `pg` as an npm dependency.
|
To use this library, you need to add `pg` as an npm dependency.
|
||||||
|
|
||||||
Included is a preprocessor, purspgpp, which finds embedded SQL queries in
|
Included is an optional preprocessor, purspgpp, which finds embedded SQL
|
||||||
PureScript source files and infers their types. Such queries can be written as
|
queries in PureScript source files and infers their types. Such queries can be
|
||||||
follows:
|
written as follows:
|
||||||
|
|
||||||
```purescript
|
```purescript
|
||||||
userName = [query|
|
userName = [query|
|
||||||
|
Loading…
Reference in New Issue
Block a user