UNPKG

nodedb-json

Version:

A lightweight JSON-based database for Node.js with TypeScript support, indexing, and complex query capabilities

4 lines (3 loc) 578 B
export type { AnyValue, ArrayItem, CollectionItem, CollectionKey, CloseOptions, DbOptions, DbSchema, PredicateFunction, SchemaKey, SchemaValue, UpdaterObject } from './database'; export type { IndexDefinition, IndexDefinitions, IndexOptions, IndexStore, IndexType, IndexValueMode } from './index-definitions'; export type { AggregationOption, AggregationResult, AggregationType, FieldCondition, MatchObject, PaginationOption, PaginationResult, QueryOperators, QueryOptions, QueryOptionsWithSelect, QueryResult, QueryResultForOptions, SortDirection, SortOption } from './query';