@neondatabase/vite-plugin-postgres
v0.5.0
Published
[DEPRECATED] This package has been renamed to 'vite-plugin-db'. Please use 'vite-plugin-db' instead.
Readme
⚠️ DEPRECATED: @neondatabase/vite-plugin-postgres
This package has been renamed to vite-plugin-db.
Migration Guide
Please update your dependencies to use the new package name:
Installation
Before:
npm install @neondatabase/vite-plugin-postgres
# or
pnpm add @neondatabase/vite-plugin-postgresAfter:
npm install vite-plugin-db
# or
pnpm add vite-plugin-dbUsage in vite.config.ts
Before:
import { postgres } from '@neondatabase/vite-plugin-postgres';
export default defineConfig({
plugins: [postgres()],
});After:
import { postgres } from 'vite-plugin-db';
export default defineConfig({
plugins: [postgres()],
});Why the Rename?
The package was renamed to vite-plugin-db to align with the CLI package rename from neondb to get-db, providing a more consistent and intuitive naming scheme.
Support
For issues, questions, or contributions, please visit the repository.
