source-postgresql
This library was generated with Nx.
Summary
The PostgreSQL source for ARQL recieves a ContextualisedQuery node, converts it into a sql query, and runs that query against the configured database.
Building
Run nx build source-postgresql
to build the library.
Running unit tests
Run nx test source-postgresql
to execute the unit tests via Jest.