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

11 lines (8 loc) 254 B
import { ColumnName, TableName } from '../../Schema' import { Options } from '../../Relation' declare function relation( relationTable: TableName<any>, relationIdColumn: ColumnName, options?: Options, ): PropertyDecorator export default relation