@proofkit/fmodata
Version:
FileMaker OData API client
6 lines (5 loc) • 870 B
TypeScript
/** biome-ignore-all lint/performance/noBarrelFile: Re-exporting all ORM utilities */
export { Column, ColumnFunction, isColumn, isColumnFunction } from './column.js';
export { type ContainerDbType, calcField, containerField, dateField, FieldBuilder, type ListFieldOptions, listField, numberField, textField, timeField, timestampField, } from './field-builders.js';
export { and, asc, contains, desc, endsWith, eq, FilterExpression, gt, gte, inArray, isNotNull, isNull, isOrderByExpression, lt, lte, matchesPattern, ne, not, notInArray, OrderByExpression, or, startsWith, tolower, toupper, trim, } from './operators.js';
export { FMTable, type FMTableWithColumns, fmTableOccurrence, getBaseTableConfig, getDefaultSelect, getFieldId, getFieldName, getTableColumns, getTableEntityId, getTableId, getTableName, type InferTableSchema, isUsingEntityIds, } from './table.js';