> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-nuclei-syntax-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Postgres.SQLResult

# Interface: SQLResult

[postgres](/templates/protocols/javascript/modules/postgres).SQLResult

SQLResult Interface

## Table of contents

### Properties

* [Columns](/templates/protocols/javascript/modules/postgres.SQLResult#columns)
* [Count](/templates/protocols/javascript/modules/postgres.SQLResult#count)

## Properties

### Columns

• `Optional` **Columns**: `string`\[]

#### Defined in

postgres.ts:94

***

### Count

• `Optional` **Count**: `number`

#### Defined in

postgres.ts:92
