UNPKG

typeorm-linq-repository

Version:

Wraps TypeORM repository pattern and QueryBuilder using fluent, LINQ-style queries.

7 lines (6 loc) 157 B
export interface QueryConditionOptionsInternal { beginsWith?: boolean; endsWith?: boolean; quoteString?: boolean; joiningString?: boolean; }