(ids: string[], partial: Partial<T>)
| 181 | get(id: string): AsyncOrSyncResult<IsAsync, T | undefined>; |
| 182 | put(items: (T | undefined)[]): Promise<SQLiteItem<T>[]>; |
| 183 | update(ids: string[], partial: Partial<T>): Promise<void>; |
| 184 | records( |
| 185 | ids: string[] |
| 186 | ): AsyncOrSyncResult< |
no outgoing calls
no test coverage detected