@suluk/drizzle - v0.1.6
    Preparing search index...

    Interface TableV4Schemas

    The three v4 Schema Objects, mirroring TableZodSchemas.

    interface TableV4Schemas {
        select: Schema;
        insert: Schema;
        update: Schema;
    }
    Index

    Properties

    Properties

    select: Schema
    insert: Schema
    update: Schema