This new HashQL version removes the pg-promise dependency, and makes HashQL able to do any language at all. It's now up to the user to implement the sanitization and handling of requests, as well as define the various hql functions to be available. Some more dogfooding and then on to write some proper docs.
This new HashQL version removes the
pg-promise
dependency, and makes HashQL able to do any language at all. It's now up to the user to implement the sanitization and handling of requests, as well as define the various hql functions to be available. Some more dogfooding and then on to write some proper docs.