docs: improve

This commit is contained in:
orion 2024-04-03 13:15:11 -05:00
parent d8ac527835
commit 69e260e6fb
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -5,14 +5,14 @@ Purescript PostgreSQL driver
## Table of Contents
- [Getting Started](#getting-started)
- [Data](#data)
- [Rows](#data-rows)
- [Ranges](#data-ranges)
- [Rows](#data---rows)
- [Ranges](#data---ranges)
- [Queries](#queries)
- [Builder](#queries-builder)
- [Builder](#queries---builder)
- [Monads](#monads)
- [`PostgresT`](#monads-postgrest)
- [`SessionT`](#monads-sessiont)
- [`CursorT`](#monads-cursort)
- [`PostgresT`](#monads---postgrest)
- [`SessionT`](#monads---sessiont)
- [`CursorT`](#monads---cursort)
- [`node-postgres` style](#node-postgres-style)
## Getting Started