UNPKG

nodedb-json

Version:

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

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