Type alias DBHandleOptions<T, K>

DBHandleOptions<T, K>: {
    db: IDB<T, K>;
}

实例化数据表操作方法参数

Type Parameters

  • T extends string[]
  • K extends string[]

Type declaration

  • db: IDB<T, K>

    数据库实例