Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denodb/lib/model.ts>ModelSchema

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
type alias ModelSchema
import { type ModelSchema } from "https://deno.land/x/denodb@v1.4.0/lib/model.ts";

Represents a Model class, not an instance.

definition: Model