diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index ff27662e6..95a3fb6a6 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -5,8 +5,14 @@ slug: / import { Logo } from '/components/logo.tsx' +## Introduction + node-postgres is a collection of node.js modules for interfacing with your PostgreSQL database. It has support for callbacks, promises, async/await, connection pooling, prepared statements, cursors, streaming results, C/C++ bindings, rich type parsing, and more! Just like PostgreSQL itself there are a lot of features: this documentation aims to get you up and running quickly and in the right direction. It also tries to provide guides for more advanced & edge-case topics allowing you to tap into the full power of PostgreSQL from node.js. +## Compatibility + +node-postgres supports every version of the PostgreSQL database from 8.x to the most recent version of PostgreSQL. + ## Install ```bash