[**@clickup/ent-framework**](../README.md)

***

[@clickup/ent-framework](../globals.md) / escapeIdent

# Function: escapeIdent()

> **escapeIdent**(`ident`): `string`

Defined in: [src/pg/helpers/escapeIdent.ts:4](https://github.com/clickup/ent-framework/blob/master/src/pg/helpers/escapeIdent.ts#L4)

Optionally encloses a PG identifier (like table name) in "".

## Parameters

| Parameter | Type |
| ------ | ------ |
| `ident` | `string` |

## Returns

`string`
