UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

15 lines (8 loc) 571 B
[**@clickup/ent-framework**](../README.md) *** [@clickup/ent-framework](../globals.md) / SelectInputCustom # Type Alias: SelectInputCustom > **SelectInputCustom**: \{ `ctes`: [`Literal`](Literal.md)[]; `joins`: [`Literal`](Literal.md)[]; `from`: [`Literal`](Literal.md); `hints`: [`Hints`](Hints.md); \} \| `undefined` Defined in: [src/pg/PgQuerySelect.ts:17](https://github.com/clickup/ent-framework/blob/master/src/pg/PgQuerySelect.ts#L17) This is mostly to do hacks in PostgreSQL queries. Not even exposed by Ent framework, but can be used by PG-dependent code.