Skip to main content
Module

x/aloedb/lib/types.ts

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
import * as aloedb from "https://deno.land/x/aloedb@0.1.0/lib/types.ts";

Interfaces

Database initialization config

Database file structure.

Any object without specified structure.

Type Aliases

Checking the object for suitability for storage.

Any document-like object.

Array of document values.

Supported primitives.

Supported documents values.

Documents selection criteria.

Manual вocuments selection function.

Possible search query values.

Schema validation. Throw error, if document unsuitable.

The modifications to apply.

Manual modifications applying.

Possible update values.