Skip to content

@electric-sql/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 09:44
· 176 commits to main since this release
6fae591

Patch Changes

  • d8ee5f0: Do not import Relation class if data model does not have any relations - fixes unused import TS errors.
  • a48bcdc: [BREAKING] Use {Table}UncheckedCreateInputSchema as type for table model to avoid nested types and recursions.
  • b7e99c8: Added support for BYTEA/BLOB column type across the sync service, TS client, and client generator