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

9 lines (6 loc) 210 B
import { ColumnName, TableName } from '../../Schema' declare function immutableRelation( relationTable: TableName<any>, relationIdColumn: ColumnName, ): PropertyDecorator export default immutableRelation