Skip to content

EPIC: Support for native database types #446

@divyenduz

Description

@divyenduz

Prisma handles values based on core types and best effort implementation as mentioned in this spec: https://github.com/prisma/specs/tree/master/schema#data-types

However, many databases support custom data types like JSON, timestamp without time zone, date, binary formats etc.

Prisma should provide a mechanism to utilize these DB specific primitives.

Related issues:

Possibly related:

  • Using Prisma enums results in setting DB-level default value #741

Spec issue prisma/specs#119

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions