UNPKG

@neondatabase/vite-plugin-postgres

Version:

This Vite plugin instantly provisions a Postgres instance (via Neon) and injects the connection string into your `.env` file, so you can start developing immediately.

7 lines (4 loc) 204 B
import { InstantNeonParams } from 'neondb/launchpad'; import { Plugin } from 'vite'; declare function postgresPlugin(options?: Partial<InstantNeonParams>): Plugin; export { postgresPlugin as default };