Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 May 19:06
· 6 commits to main since this release
eb44ec2

Minor Changes

  • 9ce9290: Initial release of @noxify/casl-drizzle

    Features

    • Type-safe CASL integration for Drizzle ORM
    • Full relation support (one-to-one, one-to-many, many-to-many)
    • Complete operator support (eq, gt, gte, lt, lte, like, ilike, startsWith, endsWith, contains, in, etc.)
    • Relation helpers: some(), every(), none()
    • Raw SQL conditions via RAW field
    • Type-safe query conditions extracted from Drizzle schema
    • IDE autocomplete for subject-specific fields
    • Comprehensive test coverage for all relation types