Skip to main content
Module

x/json_db/types.ts>CreateDabaseOptions

A library to create simple json databases
Latest
interface CreateDabaseOptions
import { type CreateDabaseOptions } from "https://deno.land/x/json_db@0.0.4/types.ts";

Properties

name: string

The name of the database

optional
path: string

The path of the database file (only .json file)

schema: DatabaseSchema<T>

The schema of the database