Skip to main content
Module

x/aloedb/mod.ts>Types.DocumentPrimitive

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
type alias Types.DocumentPrimitive
import { type Types } from "https://deno.land/x/aloedb@0.1.0/mod.ts";
const { DocumentPrimitive } = Types;

Supported primitives.

definition:
| string
| number
| boolean
| null