slonik-tools icon indicating copy to clipboard operation
slonik-tools copied to clipboard

Various utilities for slonik

Results 22 slonik-tools issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rushstack/ts-command-line](https://togithub.com/microsoft/rushstack) ([source](https://togithub.com/microsoft/rushstack/tree/HEAD/libraries/ts-command-line)) | [`4.11.0` -> `4.19.1`](https://renovatebot.com/diffs/npm/@rushstack%2fts-command-line/4.11.0/4.19.1) |...

The [Slonik 33](https://github.com/gajus/slonik/releases/tag/v33.0.0) release removes the `sql` method in favor of `sql.type` and `sql.fragment.` This prevents the @slonik/migrator CLI from working effectively with a ``` Error: (0 , slonik_1.sql) is...

Please update the peerDependencies and apply all the needed changes for the latest slonik version. Current slonik version is `37.2.0` ```json "peerDependencies": { "slonik": "27 - 29" } ``` Thank...

Would be nice to be able to manually override the tool's view of the sql statement in cases where it can't infer a type, rather than throwing the whole query...

Typegen fails on call with `unnest`. The output is `Query is not typeable`. I would expect that in this case the types in the `where` clause should not matter to...

We are using slonik migrator as part of an api call on next.js, and it is really tricky to package up the sql files while maintaining the directory hierarchy. It...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express)) | [`4.17.8` -> `4.17.21`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.8/4.17.21) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [slonik](https://togithub.com/gajus/slonik) | [`27 - 29` -> `27...

slonik

I think that currently migrator package is not supporting ES modules > node -r ts-node/register/transpile-only _migrations-slonik/setup.cjs up Error: require() of ES Module .../apps/api/_migrations-slonik/setup/setup.js from .../node_modules/@slonik/migrator/dist/index.js not supported. setup.js is treated...

@slonik/migrator