chore: fixing new typescript errors
chore: updating dependencies
feat: get a typed client from pool
fix: fixing the postgres pool api for aliasing tables
chore: updating dependencies
feat: allow pool to be passed into constructor if shared elsewhere
feat: making specifying schema compulsory chore: updating dependencies
chore: upgrading dependencies
chore: upgrading dependencies
ci: adding ci
chore: upgrading dependencies
fix: default alias to table if one isn't provided in query builder
chore: bumping up deps
fix: Transform values on insert/update
fix: Fixing an error where SQL is invalid regressions from new type discovered by upgrading enjamon library)
fix: Fixing an error where it tries to return values when none are provided in delete func
doc: Adding readme and fixing some types
feat: createFields and selectFields now part of query statement to hide away typesript generatic
refactor: removing postgres migrations dependency as it shouldn't be part of this module
Releasing the package outside of vramework, and improving upon the crud typescript commands.
A package that contains typescript postgres helper.