neondb
v0.14.0
Published
[DEPRECATED] This package has been renamed to 'neon-new'. Please use 'neon-new' instead.
Downloads
3,168
Readme
⚠️ DEPRECATED: neondb
This package has been renamed to get-db.
Migration Guide
Please update your dependencies to use the new package name:
CLI Usage
Before:
npm install -g neondb
neondbAfter:
npm install -g get-db
get-dbProgrammatic Usage
Before:
import { instantNeon } from "neondb/sdk";After:
import { instantNeon } from "get-db/sdk";Vite Plugin
The Vite plugin package (@neondatabase/vite-plugin-postgres) has been updated to use get-db internally. Make sure to update to the latest version.
Why the Rename?
The package was renamed to get-db to better reflect its purpose and improve discoverability.
Support
For issues, questions, or contributions, please visit the get-db repository.
