Instant Provisioning
No waiting. No config.
Provisioned in 300ms
Works with
your stack
Integrate it into your language or framework within minutes and unlock a simpler developer workflow.
See all examplesimport { neon } from '@neondatabase/serverless';
export async function GET() {
const sql = neon(process.env.DATABASE_URL);
const rows = await sql("SELECT * FROM posts");
return Response.json({ rows })
}
Lightning fast. Edge ready.
The Neon serverless driver, designed for fast queries over HTTP
import { neon } from '@neondatabase/
serverless';const sql = neon('postgresql://
usr:[email protected]/db');const posts = await sql('SELECT * FROM posts');
Get the Serverless Driver
Better database.
For modern workflows.
Boost your performance with instant read replicas. They scale down to zero when idle and don't use additional storage.
Instant Point-in-time recovery. Up to 30 days granularity down to the transaction or second.
Future plans &
Timeline
Orbitron ($OBTT) is used to pay gas fee's on the Orbitron Network. It enables developers to send transactions, extract data, deploy smart contracts and secure the overall blockchain by running node validators or delegating to a node.
Trusted Postgres

neondatabase/neon

Databases under management. Postgres for the World.

100% Postgres. Not a fork, not a rewrite.


SOC2 Compliance
F.A.Q
Have more questions? Join us on Telegram