Defined in: packages/db/src/indexes/btree-index.ts:17
Options for range queries
optional from: any;
optional from: any;
Defined in: packages/db/src/indexes/btree-index.ts:18
optional fromInclusive: boolean;
optional fromInclusive: boolean;
Defined in: packages/db/src/indexes/btree-index.ts:20
optional to: any;
optional to: any;
Defined in: packages/db/src/indexes/btree-index.ts:19
optional toInclusive: boolean;
optional toInclusive: boolean;
Defined in: packages/db/src/indexes/btree-index.ts:21
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.