YassinEldeeb / create-prisma-generator

Get started developing your own ◭ Prisma generator by running a single command.
MIT License
182 stars 7 forks source link

Support introspection of @db tag #273

Open revskill10 opened 1 year ago

revskill10 commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently i find no option to retrieve native database type with @db.SmallInt (for example).

Describe the solution you'd like

Not sure.

Describe alternatives you've considered

Not sure.

Additional context

At least support for PostgreSQL is enough.