generated from tpl/purs
Add pg npm library note to readme
This commit is contained in:
parent
15a86ad15b
commit
8d7af01288
@ -1,6 +1,9 @@
|
||||
# purescript-postgresql-client
|
||||
|
||||
purescript-postgresql-client is a PostgreSQL client library for PureScript.
|
||||
|
||||
To use this library, you need to add `pg` as an npm dependency.
|
||||
|
||||
Included is a preprocessor, purspgpp, which finds embedded SQL queries in
|
||||
PureScript source files and infers their types. Such queries can be written as
|
||||
follows:
|
||||
|
Loading…
Reference in New Issue
Block a user