RangeQueryOptions

Interface: RangeQueryOptions

Defined in: packages/db/src/indexes/btree-index.ts:17

Options for range queries

Properties

from?

ts
optional from: any;
optional from: any;

Defined in: packages/db/src/indexes/btree-index.ts:18


fromInclusive?

ts
optional fromInclusive: boolean;
optional fromInclusive: boolean;

Defined in: packages/db/src/indexes/btree-index.ts:20


to?

ts
optional to: any;
optional to: any;

Defined in: packages/db/src/indexes/btree-index.ts:19


toInclusive?

ts
optional toInclusive: boolean;
optional toInclusive: boolean;

Defined in: packages/db/src/indexes/btree-index.ts:21

Our Partners
Electric
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.