releases.shpreview
Neon/Neon Blog/Recreating S3 in Postgres using PostgREST

Recreating S3 in Postgres using PostgREST

$npx -y @buildinternet/releases show rel_q3i4GXMVdRCKtF0PWozVr

Storing files directly in a database is generally discouraged in favour of dedicated object storage like S3 or Azure Blob, which is the more scalable and cost-effective approach. However, in practice, you might sometimes find yourself putting binary data in a relational database anyway. Here, we’ll explore PostgREST by building a simple file server directly […]

Fetched April 3, 2026