Skip to main content
Module

x/denodb/mod.ts>SyncOptions

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
type alias SyncOptions
import { type SyncOptions } from "https://deno.land/x/denodb@v1.4.0/mod.ts";
definition: { drop?: boolean; truncate?: boolean; }