Skip to content

@ts-safeql/generate@3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 23:15
· 8 commits to main since this release
82ee2f8

Minor Changes

  • 56c956c: You can now modify the expected type for each table column. This could be useful when dealing with
    dynamic types such as JSONB or when you want to enforce a specific type for a column.

    {
      // ...,
      "overrides": {
        "columns": {
          "table_name.column_name": "CustomType"
        }
      }
    }

    You can read more about it in the documentation

Patch Changes

  • @ts-safeql/shared@3.1.0
  • @ts-safeql/test-utils@0.0.16