Socket
Book a DemoInstallSign in
Socket

@neondatabase/vite-plugin-postgres

Package Overview
Dependencies
Maintainers
8
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neondatabase/vite-plugin-postgres

[DEPRECATED] This package has been renamed to 'vite-plugin-db'. Please use 'vite-plugin-db' instead.

latest
npmnpm
Version
0.4.2
Version published
Weekly downloads
459
-34.05%
Maintainers
8
Weekly downloads
 
Created
Source

⚠️ 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-postgres

After:

npm install vite-plugin-db
# or
pnpm add vite-plugin-db

Usage 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.

Keywords

neon

FAQs

Package last updated on 31 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts