RangeQueryOptions

Interface: RangeQueryOptions

定义于: packages/db/src/indexes/btree-index.ts:17

用于范围查询的选项

属性

from?

ts
optional from: any;
optional from: any;

定义于: packages/db/src/indexes/btree-index.ts:18


fromInclusive?

ts
optional fromInclusive: boolean;
optional fromInclusive: boolean;

定义于: packages/db/src/indexes/btree-index.ts:20


to?

ts
optional to: any;
optional to: any;

定义于: packages/db/src/indexes/btree-index.ts:19


toInclusive?

ts
optional toInclusive: boolean;
optional toInclusive: boolean;

定义于: packages/db/src/indexes/btree-index.ts:21

我们的合作伙伴
Code Rabbit
Electric
Prisma
订阅 Bytes

您的每周 JavaScript 资讯。每周一免费发送给超过 10 万开发者。

Bytes

无垃圾邮件。您可以随时取消订阅。

订阅 Bytes

您的每周 JavaScript 资讯。每周一免费发送给超过 10 万开发者。

Bytes

无垃圾邮件。您可以随时取消订阅。