---
title: PostgresDatabaseInput
source: https://github.com/remix-run/remix/blob/main/packages/data-table-postgres/src/lib/driver.ts#L49
---

# PostgresDatabaseInput

## Signature

```ts
type PostgresDatabaseInput = PostgresPoolConfig | PostgresQueryable

```