shlogg · Early preview
Clever Cottonmouth @mirajhad

Neon Database Project: Setup, Testing, And Documentation

Set up Neon database: clone repo, install deps, run setup script. Run tests with `DEFAULT_PG_VERSION=16 ...` Clean up with `make clean`. View docs in browser with `cargo doc --no-deps --open`.

Neon

Neon is a serverless open-source alternative to AWS Aurora Postgres. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a cluster of nodes.

  
  
  Quick start

Try the Neon Free Tier to create a serverless Postgres instance. Then connect to it with your preferred Postgres client (psql, dbeaver, etc) or use the online SQL Editor. See Connect from any application for connection instructions.
Alternatively, compile and run the project locally.

  
  
  Architecture overview

A Neon installation consists of compute nodes and the Neon...