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

x/netzo/database/plugin.ts>DatabaseConfig

Deno-powered framework for building business web apps
Go to Latest
type alias DatabaseConfig
import { type DatabaseConfig } from "https://deno.land/x/netzo@0.4.11/database/plugin.ts";
definition: { apiKey?: string; path?: string; idField?: string; methods?: (
| "find"
| "get"
| "create"
| "update"
| "patch"
| "remove"
)[]; }