Skip to main content

JsonField

Uses JSONB for PostgreSQL and JSON for other databases.

Index

Methods

load_dialect_impl

  • load_dialect_impl(dialect): TypeEngine[JSON | JSONB]
  • Load the appropriate dialect implementation for the JSON type.


    Parameters

    • dialect: Dialect

    Returns TypeEngine[JSON | JSONB]

Properties

cache_ok

cache_ok: Undefined

impl

impl: Undefined
Page Options