Skip to content

Releases: nurulhudaapon/prisma-supabase

v0.0.2

07 Nov 15:30
05c6308
Compare
Choose a tag to compare

Fixes

  • fix: enum member with missing docs

Full Changelog: v0.0.1...v0.0.2

v0.0.1

19 Oct 19:32
d08e165
Compare
Choose a tag to compare

Initial Stable Release (v0.0.1)

First stable release with support for the following features:

Key Features

  • Table Types

    • Full support for database table structures
  • Table Relationships

    • Handling of relationships between tables
  • Enum Types

    • Support for enumerated types in the schema
  • JSDoc from Prisma Schema Comments

    • Automatic inclusion of comments from Prisma schema
  • View Types

    • Currently views are included with tables