Skip to content
| Marketplace
Sign in
Visual Studio>Tools>PostgreSQL Database Project
PostgreSQL Database Project

PostgreSQL Database Project

Birdie

|
12 installs
| (0) | Free
Provides a project type for managing PostgreSQL database schemas with SQL scripts. Supports importing DDL from existing PostgreSQL databases.
Download

PostgresDatabaseProject

Very simple Visual Studio extension to add a PostgreSQL database project to your solution. Inspired by the SQL Server Database Project extension, but for PostgreSQL.

It allows you to manage your database schema as code. Useful for version control, collaboration and for feeding your database objects to your AI minions. You can import an existing database schema into the project, and it will create a .pgsql file for each database object (tables, views, functions, etc.) in the project.

Features

  • Allows importing an existing PostgreSQL database schema into a project. It creates a .pgsql file for each database object (tables, views, functions, etc.) in the project.
  • Syntax coloring.
  • Running scripts from VS to update the database.

Planned features

  • Grid view for results.
  • Schema comparison between the project and a live database.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft