# tableize

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/inflect.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/inflect.ts#L81)

`BlogPost` → `blog_posts`, the table name the framework gives a model class.

## Signature

```ts
function tableize(className: string): string
```

## Parameters

| Name | Type |
|---|---|
| `className` | `string` |

**Returns:** `string`
