技能 编程开发 数据库抽象与客户端目录

数据库抽象与客户端目录

v20260825
webiny-api-db-catalog
这是一个提供一套标准数据库抽象层和实用客户端的目录。它集成了`DbRegistry`、`DynamoDBClient`等核心组件,旨在帮助开发者标准化数据访问逻辑。使用这些组件可以确保应用在数据持久化层具备强类型安全、良好的模块化结构,提升开发效率。
获取技能
183 次下载
概览

api/db

How to Use

  1. Find the abstraction you need below
  2. You MUST read the source file to get the exact interface and types!
  3. Import: import { Name } from "<importPath>";
  4. See webiny-use-case-pattern or webiny-event-handler-pattern skills for implementation patterns

Abstractions


Name: DbRegistry Import: import { DbRegistry } from "webiny/api/db" Source: @webiny/db/features/DbRegistry/index.ts


Name: DbRegistryFeature Import: import { DbRegistryFeature } from "webiny/api/db" Source: @webiny/db/features/DbRegistry/index.ts


Name: DynamoDBClient Import: import { DynamoDBClient } from "webiny/api/db" Source: @webiny/db-dynamodb/feature/DynamoDBClient/index.ts


Name: FilterUtil Import: import { FilterUtil } from "webiny/api/db" Source: @webiny/db-dynamodb/feature/FilterUtil/index.ts


Name: ValueFilter Import: import { ValueFilter } from "webiny/api/db" Source: @webiny/db-dynamodb/feature/ValueFilter/index.ts


Name: ValueFilterRegistry Import: import { ValueFilterRegistry } from "webiny/api/db" Source: @webiny/db-dynamodb/feature/ValueFilter/index.ts


信息
Category 编程开发
Name webiny-api-db-catalog
版本 v20260825
大小 1.28KB
更新时间 2026-09-06
语言