Serverless Postgres (experimental)
Serverless Postgres using Oriole, Fly Machines, and Tigris for S3 Storage.
Overview
This is a MVP for Serverless Postgres.
1/ It uses
Fly.io, which can automatically pause your database after all connections are released (and start it again when new connections join).
2/ It uses
Oriole, a Postgres extension with
expe...
See more