UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

7 lines (4 loc) 239 B
import type { ColumnName } from '..' import type { RawRecord } from '../RawRecord' export function addToRawSet(rawSet: string, value: string): string export function setRawColumnChange(rawRecord: RawRecord, columnName: ColumnName): void