UNPKG

@n8n/typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.

6 lines (5 loc) 103 B
export interface SelectQuery { selection: string; aliasName?: string; virtual?: boolean; }