Command Palette

Search for a command to run...

Page Inspect

https://pgmodeler.io/
Internal Links
51
External Links
10
Images
32
Headings
21

Page Content

Title:pgModeler - PostgreSQL Database Modeler
Description:Open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand. Let pgModeler do the job for you!
HTML Size:133 KB
Markdown Size:26 KB
Fetched At:November 17, 2025

Page Structure

h4PostgreSQL Database Modeler
h1pgModeler does it and much more.
h3Productivity and flexibility, well-balanced.
h3What is pgModeler?
h3Try pgModeler now!
h21.2.2 October 17, 2025
h22.0.0-alpha October 30, 2025
h3Main featurespgModeler can be easily integrated into your development toolset
h3Project news
h4pgModeler 2.0.0-alpha is finally here! The beggining of a new era for the project.
h3ScreenshotsSee what pgModeler is capable of
h4pgModeler screenshots
h4Purchase pgModeler Plus
h4Download pgModeler Plus
h4Get source code
h4Terms of Purchase & Download
h4Data Privacy Terms
h4Access key recovery
h4Payment receipt
h3Let's help pgModeler? Donate to keep alive the development
h4Contact the developer

Markdown Content

pgModeler - PostgreSQL Database Modeler                           Skip to main content

Toggle navigation
#### PostgreSQL Database Modeler

- Home
- Screenshots
- Blog
- Support
- Install pgModeler 1.x
- Install pgModeler 2.x
- Documentation
- Issues
- Contact
- About

Intuitive **data modeling**

Dynamic **code generation**

Built-in **database management**

**Forward and reverse** engineering

Full-featured **comparison tool**

**Fully customizable** UI

# pgModeler **does it** and much more.
### ***Productivity** and **flexibility**, well-balanced.*

### What is pgModeler?

pgModeler is an **open-source**, **cross-platform** database modeler designed specifically for PostgreSQL. Aiming to be a reference database design tool in the FOSS ecosystem for PostgreSQL, it offers a robust and feature-rich interface that enables efficient data modeling and rapid code deployment to servers. One of its standout features is reverse engineering, which allows users to generate visual representations of existing databases, making it easier to understand and modify complex structures.

Additionally, pgModeler supports the generation of SQL scripts to synchronize a database model with an actual database through a process known as *diff*. Beyond its core modeling capabilities, the tool includes a minimalist yet functional database server administration module. This module enables users to execute SQL commands, browse databases, and handle data through a simple and intuitive user interface.

For more details, visit the project’s official repository on GitHub.

### Try pgModeler now!

pgModeler is available in two versions: an **open-source version** and a **paid version**. The chart below outlines the key differences between the two. As an **independent project without external sponsorship**, your support plays a crucial role in sustaining development efforts. Purchasing binary packages or making donations ensures that development continues at full speed, guaranteeing the delivery of regular updates and exciting new features, as always!

## **1.2.2**

*October 17, 2025*

Release notes

Linux 64 (AppImage) Linux 64 (Installer) Windows 64 (Installer) Windows 64 (Package) macOS

Try demo!

*Changes since: **v1.2.1***
This patch release for pgModeler 1.2.x brings the following improvements and fixes: \* \[New\] Added initial support for PostgreSQL 18. \* \[Change\] Refactored the result set handling to avoid potential memory leaks. \* \[Fix\] Fixed a bug in XML parsing that was not configuring the DTD file path correctly. \* \[Fix\] Fixed a bug that was causing the collation assigned to the column not to be reflected in SQL and XML codes. \* \[Fix\] Fixed a bug that was causing collations to be saved always as deterministic even when the user unchecked the option in the editing form. \* \[Fix\] Fixed the database server version parsing routine so the default version can be used as a fallback when a major server version is not yet recognized by the tool.

## **2.0.0-alpha**

*October 30, 2025*

Release notes

Linux 64 (AppImage) Linux 64 (Installer) Windows 64 (Installer) Windows 64 (Package) macOS

Try demo!

\*Changes since:\* \*\*\*v1.2.x\*\*\* \*\*Attention:\*\* pgModeler 2.0.0-alpha introduces configuration changes that may affect compatibility with 1.x settings. On the first launch, pgModeler will automatically attempt to migrate your existing settings. Please note that this is an early development release where stability issues may occur. It is recommended that all models and databases be backed up before use. Please report any bugs found for prompt resolution. The mentioned migration process helps transition to improved configurations while minimizing disruption to your workflow. \*\*Summary:\*\* After five months of work on the first development iteration of the next major release, I proudly present to you pgModeler 2.0.0-alpha. The goal of this release was exclusively to improve the overall user experience by adjusting several UI components in the hope of making usage more comfortable and pleasant. Of course, this version does not include all the intended changes, as they will be slowly introduced during the development process of 2.0 until the stable release is reached. But great things are coming to pgModeler, not only UI changes but also some cool features that have been awaited for a long time! Below are some of the detailed changes in this version; for more detailed/technical information about them, please refer to the CHANGELOG.md file. \*\*Build system changes:\*\* Since its early days, pgModeler has relied on qmake, Qt's build system, for the compilation process. Due to some particularities of the pgModeler project itself and some limitations in qmake, it was often necessary to create workarounds to facilitate the compilation of the tool on all three main OSes. This was increasing the complexity of the build scripts, making them difficult to maintain. So, the first step taken when starting the pgModeler 2.0 development was the complete migration from qmake to CMake. CMake is another build system widely used across the open-source world, with a great feature set that makes it the right choice for projects that are constantly growing, like pgModeler. This migration to CMake is not backward compatible with qmake, which means that pgModeler can no longer be compiled using qmake. \*\*Major UI change:\*\* As in the previous major release (1.x), this one brings a refreshed UI. Despite still being a work-in-progress that will be finished by the stable 2.0 release, this first iteration of UI adjustments includes a small redesign of the project logo and UI icon colors. The idea is to create something flatter and more colorful. Another change in this alpha release is the integration of the configuration form, as well as the tool forms (diff, import, export, and fix), into the main window for a more fluid experience, reducing the number of modal dialogs in the tool, which could be very frustrating in several usage scenarios. The next UI adjustments will include the redesign of model object editing forms and many other elements. \*\*Improved diff tool:\*\* In addition to the UI adjustments, the diff tool received a new comparison mode: model-to-model comparison. This mode allows users to perform offline comparisons between two loaded database models and generate the corresponding SQL diff code for later application on a database server. This feature will serve as a bridge to a more enhanced version of the diff tool, which will be capable of creating, deleting, and updating objects in the right-side model based on the comparison results. Future releases will provide a preview of this functionality. Another improvement added to the diff tool is the ability to select any loaded model from a combo box for use in the diff process. In previous versions, due to the modality of the diff tool dialog, only the currently focused model in the design view could be used as the input model. Now, users are free to select any loaded model as the input and/or comparison model. \*\*Improved import and export tools:\*\* Like the diff tool, the import and export tools have undergone UI adjustments that involved removing some components and relocating others to enhance the user experience. One of the key changes is the ability to freely select the models on which these operations will be performed. This differs from previous versions, which only allowed the currently focused model to be handled.

Purchase

Source code

Download

### Main features
pgModeler can be easily integrated into your development toolset

Description


Open-source version


Plus version

Software distribution

Source-code / Free of charge

Precompiled packages / Paid

Handle several object types with an intuitive interface

pgModeler simplifies database design by supporting the creation of both basic and advanced objects. Whether you're defining a simple column or working with complex elements like user-defined languages, functions, operators, and more, the tool provides intuitive, easy-to-use forms to streamline the process.

Automatic columns and constraints generation

pgModeler automatically generates all necessary columns and constraints when users link tables using relationships. This feature eliminates repetitive tasks and significantly boosts productivity.

Export models in five different ways

pgModeler offers versatile export options, allowing users to save models as SQL scripts, PNG images, SVG files, or data dictionaries in HTML format. Additionally, models can be deployed directly to a PostgreSQL server for seamless integration.

Generate models from existing databases

Through its reverse engineering feature, pgModeler can generate accurate and reliable models from existing databases, making it easier to understand and modify complex database structures.

XML based files

As an open-source tool, pgModeler provides full access to its source code and the contents of any generated file. All files created by pgModeler are XML-based, ensuring compatibility and allowing users to easily edit or process them using third-party software.

Restore previous work in case of failures

In the event of an unexpected quit, users won't lose their work—pgModeler automatically saves temporary models with the most recent changes and restores them on the next startup, ensuring peace of mind and continuity.

Model structure validation and automatic fixes

To prevent broken references or rule violations during the design phase or when exporting models to PostgreSQL, pgModeler performs regular validations. This feature ensures the creation of highly accurate, error-free database models.

Customizable features

With a comprehensive set of configuration options, pgModeler offers users the flexibility to customize nearly every aspect of its functionality, tailoring the tool to their specific needs.

Generate SQL scripts to synchronize both model and database

Using the diff feature, users can generate SQL scripts by comparing a model to a database or two databases to each other. These scripts contain all the necessary commands to seamlessly synchronize the involved entities.

Manage existing databases

pgModeler includes a straightforward yet powerful database management module, enabling users to execute SQL commands, explore database objects, and manage data with ease.

Command-line interface to automate processes

The CLI provides a robust set of operations that can be executed without the need for the GUI. Key features include the export process, which can be integrated into third-party scripts to automate deployment workflows, and the model file fix, which repairs a model's structure to restore its loadability (this feature is also available in the GUI).

Secure database connections via SSH tunnels

The SSH tunnel adds a layer of security even in the absence of an SSL certificate when connecting to a remote PostgreSQL server. pgModeler offers a convenient way to configure and launch SSH tunnels quickly and efficiently.

Split database model format for improved version control

The split database model file format (.sdbm) is designed to enhance version control for model files by storing the XML code of each object in separate files. This approach makes it easier to track changes made to individual database objects, particularly when multiple team members collaborate on the same model.

Save and restore sessions in the database management module

This feature saves all details about the currently open SQL execution tabs, including typed commands and browsed databases, into a dedicated configuration file. When pgModeler is restarted, users can restore their previous session with a single click, eliminating the need to manually browse databases or reload saved commands into the SQL execution widget.

Query variables for SQL testing

This feature allows developers to test their queries using variables, which are dynamically replaced with actual values at the moment of execution, streamlining the query testing process.

Database backup utilities

pgModeler provides a user-friendly interface for executing commands like pg\_dump, pg\_dumpall, pg\_restore, and psql. This feature was designed with users who are less comfortable with command-line tools in mind, enabling them to dump and restore databases effortlessly without ever leaving pgModeler's graphical interface.

Quickly create certain objects

This feature enables the creation of constraints, indexes, and relationships directly from the objects selected in the design view, eliminating the need to open editing forms or fill out multiple fields, speeding up the database design process.

Quickly search and edit objects

This feature allows users to search for specific objects and open their corresponding editing dialogs without the need for mouse clicks, significantly enhancing productivity.

Additional features

Other notable features include an object finder for navigating large models, a plugin development interface, support for geospatial data types (as implemented by the PostGIS extension), a translatable user interface, and much more. For a comprehensive overview of all pgModeler's features, visit the official documentation.

Source code

Purchase

### Project news

#### pgModeler 2.0.0-alpha is finally here!
The beggining of a new era for the project.

Oct 30
2025

The pgModeler 2.0.0-alpha release introduces significant improvements aimed at enhancing usability, flexibility, and maintainability. One of the most notable changes is the migration of the build system from qmake to CMake. The user interface has also received a major update. While still a work in progress, this alpha version introduces a refreshed logo, updated icon colors with a flatter and more colorful style, and the integration of the configuration form and core tools — diff, import, export, and fix — directly into the main window. The diff tool has been enhanced with a new model-to-model comparison mode, allowing offline comparisons between two loaded database models and generating the corresponding SQL diff for later application. Import and export tools have undergone similar refinements. Components have been reorganized for a cleaner interface, allowing users to freely choose which models to operate on, rather than being restricted to the active model. This ensures a smoother and more intuitive experience across all data handling operations. For more details, please read the full post; don't skip it!

Read more

### Screenshots
See what pgModeler is capable of

×Close#### pgModeler screenshots

Enrich the context of your database model with the support for multiple layers!   1.0.0+

Exporting is not a problem! Choose between SQL, PNG, SVG and HTML (Data dictionary).   1.0.0+

The Design view where all the magic of data modeling happens   1.0.0+

Schemas aren't the only way to separate objects! Use tags and use custom colors for them!   1.0.0+

You don't need to use GRANT/REVOKE by hand! Use the permission configuration dialog.   1.0.0+

Have a huge model? Need to find a specific object? We introduce to you the object finder!   1.0.0+

Keep track of all changes done in your model through the executed operations history.   1.0.0+

Found a nasty bug? Report it and help to improve the tool.   1.0.0+

Want a different appearance for the objects and code style? No problem, change them!   1.0.0+

Previous Next

See in full size More screenshots Close

More screenshots

* * *

×Close

Full Changelog

Close

×Close#### Purchase pgModeler Plus



Choose the platform(s):



Release:

Expires in (months):

Never expires

Pay through:

PayPal Credit card Bitcoin

Currency: US Dollars Brazilian Reals

Promo code:

Total cost:

0.00 USD

* * *

Please, provide the information below so we can register an access key after the payment is successfully processed.

\* First name:

\* Last name:

\* Email:

\* Email confirmation:

\* Country: Select Aaland Islands (AX)Afghanistan (AF)Albania (AL)Algeria (DZ)American Samoa (AS)Andorra (AD)Angola (AO)Anguilla (AI)Antarctica (AQ)Antigua And Barbuda (AG)Argentina (AR)Armenia (AM)Aruba (AW)Australia (AU)Austria (AT)Azerbaijan (AZ)Bahamas (BS)Bahrain (BH)Bangladesh (BD)Barbados (BB)Belarus (BY)Belgium (BE)Belize (BZ)Benin (BJ)Bermuda (BM)Bhutan (BT)Bolivia (BO)Bosnia And Herzegowina (BA)Botswana (BW)Bouvet Island (BV)Brazil (BR)British Indian Ocean Territory (IO)Brunei Darussalam (BN)Bulgaria (BG)Burkina Faso (BF)Burundi (BI)Cambodia (KH)Cameroon (CM)Canada (CA)Cape Verde (CV)Cayman Islands (KY)Central African Republic (CF)Chad (TD)Chile (CL)China (CN)Christmas Island (CX)Cocos (KEELING) Islands (CC)Colombia (CO)Comoros (KM)Congo, Democratic Republic Of (was Zaire) (CD)Congo, Republic Of (CG)Cook Islands (CK)Costa Rica (CR)Cote D'ivoire (CI)Croatia (local Name: Hrvatska) (HR)Cuba (CU)Cyprus (CY)Czech Republic (CZ)Denmark (DK)Djibouti (DJ)Dominica (DM)Dominican Republic (DO)Ecuador (EC)Egypt (EG)El Salvador (SV)Equatorial Guinea (GQ)Eritrea (ER)Estonia (EE)Ethiopia (ET)Falkland Islands (MALVINAS) (FK)Faroe Islands (FO)Fiji (FJ)Finland (FI)France (FR)French Guiana (GF)French Polynesia (PF)French Southern Territories (TF)Gabon (GA)Gambia (GM)Georgia (GE)Germany (DE)Ghana (GH)Gibraltar (GI)Greece (GR)Greenland (GL)Grenada (GD)Guadeloupe (GP)Guam (GU)Guatemala (GT)Guinea (GN)Guinea-Bissau (GW)Guyana (GY)Haiti (HT)Heard And Mc Donald Islands (HM)Honduras (HN)Hong Kong (HK)Hungary (HU)Iceland (IS)India (IN)Indonesia (ID)Iran (ISLAMIC Republic Of) (IR)Iraq (IQ)Ireland (IE)Israel (IL)Italy (IT)Jamaica (JM)Japan (JP)Jordan (JO)Kazakhstan (KZ)Kenya (KE)Kiribati (KI)Korea, Democratic People's Republic Of (KP)Korea, Republic Of (KR)Kuwait (KW)Kyrgyzstan (KG)Lao People's Democratic Republic (LA)Latvia (LV)Lebanon (LB)Lesotho (LS)Liberia (LR)Libyan Arab Jamahiriya (LY)Liechtenstein (LI)Lithuania (LT)Luxembourg (LU)Macau (MO)Macedonia, The Former Yugoslav Republic Of (MK)Madagascar (MG)Malawi (MW)Malaysia (MY)Maldives (MV)Mali (ML)Malta (MT)Marshall Islands (MH)Martinique (MQ)Mauritania (MR)Mauritius (MU)Mayotte (YT)Mexico (MX)Micronesia, Federated States Of (FM)Moldova, Republic Of (MD)Monaco (MC)Mongolia (MN)Montenegro (ME)Montserrat (MS)Morocco (MA)Mozambique (MZ)Myanmar (MM)Namibia (NA)Nauru (NR)Nepal (NP)Netherlands (NL)Netherlands Antilles (AN)New Caledonia (NC)New Zealand (NZ)Nicaragua (NI)Niger (NE)Nigeria (NG)Niue (NU)Norfolk Island (NF)Northern Mariana Islands (MP)Norway (NO)Oman (OM)Pakistan (PK)Palau (PW)Palestinian Territory, Occupied (PS)Panama (PA)Papua New Guinea (PG)Paraguay (PY)Peru (PE)Philippines (PH)Pitcairn (PN)Poland (PL)Portugal (PT)Puerto Rico (PR)Qatar (QA)Reunion (RE)Romania (RO)Russian Federation (RU)Rwanda (RW)Saint Helena (SH)Saint Kitts And Nevis (KN)Saint Lucia (LC)Saint Pierre And Miquelon (PM)Saint Vincent And The Grenadines (VC)Samoa (WS)San Marino (SM)Sao Tome And Principe (ST)Saudi Arabia (SA)Senegal (SN)Serbia (RS)Serbia And Montenegro (CS)Seychelles (SC)Sierra Leone (SL)Singapore (SG)Slovakia (SK)Slovenia (SI)Solomon Islands (SB)Somalia (SO)South Africa (ZA)South Georgia And The South Sandwich Islands (GS)Spain (ES)Sri Lanka (LK)Sudan (SD)Suriname (SR)Svalbard And Jan Mayen Islands (SJ)Swaziland (SZ)Sweden (SE)Switzerland (CH)Syrian Arab Republic (SY)Taiwan (TW)Tajikistan (TJ)Tanzania, United Republic Of (TZ)Thailand (TH)Timor-Leste (TL)Togo (TG)Tokelau (TK)Tonga (TO)Trinidad And Tobago (TT)Tunisia (TN)Turkey (TR)Turkmenistan (TM)Turks And Caicos Islands (TC)Tuvalu (TV)Uganda (UG)Ukraine (UA)United Arab Emirates (AE)United Kingdom (GB)United States (US)United States Minor Outlying Islands (UM)Uruguay (UY)Uzbekistan (UZ)Vanuatu (VU)Vatican City State (HOLY See) (VA)Venezuela (VE)Viet Nam (VN)Virgin Islands (BRITISH) (VG)Virgin Islands (U.S.) (VI)Wallis And Futuna Islands (WF)Western Sahara (EH)Yemen (YE)Zambia (ZM)Zimbabwe (ZW)


\* Mandatory fields

I agree with **Purchase & Download** and **Data Privacy** terms!

Purchase Cancel   Need help?

×Close#### Download pgModeler Plus

Access key:

Validate

Forgot your access key?
Cancel

* * *

Use another key

×Close#### Get source code

pgModeler has two main development branches: **main** and **develop**. The main branch is where features considered stable can be found. The development branch, reserved for alpha and beta releases, is where patches, new unstable features are placed and tested.

You can retrieve the source using the git command by running the following:

$> git clone https://github.com/pgmodeler/pgmodeler.git
$> git checkout \[main | develop\]

If you prefer, there are source tarballs ready to be compiled. Once you got the source, you can follow the instructions to compile pgModeler described in the Installation page.

Select 2.0.0-alpha1.2.21.2.11.2.01.2.0-beta11.2.0-beta1.1.61.1.51.2.0-alpha11.1.41.2.0-alpha1.1.31.1.21.1.11.1.01.1.0-beta11.1.0-beta1.0.61.1.0-alpha11.0.51.1.0-alpha1.0.41.0.31.0.21.0.11.0.01.0.0-beta11.0.0-beta1.0.0-alpha11.0.0-alpha0.9.40.9.4-beta10.9.4-beta0.9.4-alpha10.9.4-alpha0.9.30.9.3-beta10.9.3-beta0.9.3-alpha10.9.3-alpha0.9.20.9.2-beta20.9.2-beta10.9.2-beta0.9.2-alpha10.9.2-alpha0.9.10.9.1-beta10.9.1-beta0.9.1-alpha10.9.1-alpha0.9.00.9.0-beta20.9.0-beta10.9.0-beta0.9.0-alpha10.9.0-alpha0.8.2

Get source Cancel

×Close#### Terms of Purchase & Download

- English
- Portuguese

Close

×Close#### Data Privacy Terms

- English
- Portuguese

Close

×Close#### Access key recovery

Recover

Close

Preparing your payment, please wait...
Do not close the page or cancel the loading!

×Close#### Payment receipt



Business name (optional):

VAT/CPF/CNPJ \* (optional):

Address:

City:

State:

Postal code:

Country: Select Aaland Islands (AX)Afghanistan (AF)Albania (AL)Algeria (DZ)American Samoa (AS)Andorra (AD)Angola (AO)Anguilla (AI)Antarctica (AQ)Antigua And Barbuda (AG)Argentina (AR)Armenia (AM)Aruba (AW)Australia (AU)Austria (AT)Azerbaijan (AZ)Bahamas (BS)Bahrain (BH)Bangladesh (BD)Barbados (BB)Belarus (BY)Belgium (BE)Belize (BZ)Benin (BJ)Bermuda (BM)Bhutan (BT)Bolivia (BO)Bosnia And Herzegowina (BA)Botswana (BW)Bouvet Island (BV)Brazil (BR)British Indian Ocean Territory (IO)Brunei Darussalam (BN)Bulgaria (BG)Burkina Faso (BF)Burundi (BI)Cambodia (KH)Cameroon (CM)Canada (CA)Cape Verde (CV)Cayman Islands (KY)Central African Republic (CF)Chad (TD)Chile (CL)China (CN)Christmas Island (CX)Cocos (KEELING) Islands (CC)Colombia (CO)Comoros (KM)Congo, Democratic Republic Of (was Zaire) (CD)Congo, Republic Of (CG)Cook Islands (CK)Costa Rica (CR)Cote D'ivoire (CI)Croatia (local Name: Hrvatska) (HR)Cuba (CU)Cyprus (CY)Czech Republic (CZ)Denmark (DK)Djibouti (DJ)Dominica (DM)Dominican Republic (DO)Ecuador (EC)Egypt (EG)El Salvador (SV)Equatorial Guinea (GQ)Eritrea (ER)Estonia (EE)Ethiopia (ET)Falkland Islands (MALVINAS) (FK)Faroe Islands (FO)Fiji (FJ)Finland (FI)France (FR)French Guiana (GF)French Polynesia (PF)French Southern Territories (TF)Gabon (GA)Gambia (GM)Georgia (GE)Germany (DE)Ghana (GH)Gibraltar (GI)Greece (GR)Greenland (GL)Grenada (GD)Guadeloupe (GP)Guam (GU)Guatemala (GT)Guinea (GN)Guinea-Bissau (GW)Guyana (GY)Haiti (HT)Heard And Mc Donald Islands (HM)Honduras (HN)Hong Kong (HK)Hungary (HU)Iceland (IS)India (IN)Indonesia (ID)Iran (ISLAMIC Republic Of) (IR)Iraq (IQ)Ireland (IE)Israel (IL)Italy (IT)Jamaica (JM)Japan (JP)Jordan (JO)Kazakhstan (KZ)Kenya (KE)Kiribati (KI)Korea, Democratic People's Republic Of (KP)Korea, Republic Of (KR)Kuwait (KW)Kyrgyzstan (KG)Lao People's Democratic Republic (LA)Latvia (LV)Lebanon (LB)Lesotho (LS)Liberia (LR)Libyan Arab Jamahiriya (LY)Liechtenstein (LI)Lithuania (LT)Luxembourg (LU)Macau (MO)Macedonia, The Former Yugoslav Republic Of (MK)Madagascar (MG)Malawi (MW)Malaysia (MY)Maldives (MV)Mali (ML)Malta (MT)Marshall Islands (MH)Martinique (MQ)Mauritania (MR)Mauritius (MU)Mayotte (YT)Mexico (MX)Micronesia, Federated States Of (FM)Moldova, Republic Of (MD)Monaco (MC)Mongolia (MN)Montenegro (ME)Montserrat (MS)Morocco (MA)Mozambique (MZ)Myanmar (MM)Namibia (NA)Nauru (NR)Nepal (NP)Netherlands (NL)Netherlands Antilles (AN)New Caledonia (NC)New Zealand (NZ)Nicaragua (NI)Niger (NE)Nigeria (NG)Niue (NU)Norfolk Island (NF)Northern Mariana Islands (MP)Norway (NO)Oman (OM)Pakistan (PK)Palau (PW)Palestinian Territory, Occupied (PS)Panama (PA)Papua New Guinea (PG)Paraguay (PY)Peru (PE)Philippines (PH)Pitcairn (PN)Poland (PL)Portugal (PT)Puerto Rico (PR)Qatar (QA)Reunion (RE)Romania (RO)Russian Federation (RU)Rwanda (RW)Saint Helena (SH)Saint Kitts And Nevis (KN)Saint Lucia (LC)Saint Pierre And Miquelon (PM)Saint Vincent And The Grenadines (VC)Samoa (WS)San Marino (SM)Sao Tome And Principe (ST)Saudi Arabia (SA)Senegal (SN)Serbia (RS)Serbia And Montenegro (CS)Seychelles (SC)Sierra Leone (SL)Singapore (SG)Slovakia (SK)Slovenia (SI)Solomon Islands (SB)Somalia (SO)South Africa (ZA)South Georgia And The South Sandwich Islands (GS)Spain (ES)Sri Lanka (LK)Sudan (SD)Suriname (SR)Svalbard And Jan Mayen Islands (SJ)Swaziland (SZ)Sweden (SE)Switzerland (CH)Syrian Arab Republic (SY)Taiwan (TW)Tajikistan (TJ)Tanzania, United Republic Of (TZ)Thailand (TH)Timor-Leste (TL)Togo (TG)Tokelau (TK)Tonga (TO)Trinidad And Tobago (TT)Tunisia (TN)Turkey (TR)Turkmenistan (TM)Turks And Caicos Islands (TC)Tuvalu (TV)Uganda (UG)Ukraine (UA)United Arab Emirates (AE)United Kingdom (GB)United States (US)United States Minor Outlying Islands (UM)Uruguay (UY)Uzbekistan (UZ)Vanuatu (VU)Vatican City State (HOLY See) (VA)Venezuela (VE)Viet Nam (VN)Virgin Islands (BRITISH) (VG)Virgin Islands (U.S.) (VI)Wallis And Futuna Islands (WF)Western Sahara (EH)Yemen (YE)Zambia (ZM)Zimbabwe (ZW)

\* Brazilian clients need to inform the CPF or CNPJ number as an equivalent to VAT number.

Emit receipt

Close

### Let's help pgModeler?
Donate to keep alive the development

pgModeler is brought to you thanks to a great effort to create and distribute a quality product. This project is reaching out to levels of maturity never imagined. All this is the result of joint work between its author and the **open source community**. The software has a long way to go yet, and with your help, we'll keep maintaining a good job and bringing new improvements in each release. If you did like pgModeler and think it deserves a contribution, please make a donation via PayPal™, Stripe™ or Bitcoin. **Note that donations don't grant access to binary packages.**

Amount:

USD BRL BTC

10.00 USD


16DCi5Dksq5grk13QCWbP4ZGPEha9xAQmm

Donation method:

PayPal™

Stripe™

Preparing your donation, please wait...
Do not close the page or cancel the loading!

×Close#### Contact the developer

For feature requests or bug reports we kindly ask you to open a ticket on the **GitHub issues page**.

\* Name:

\* Email:

\* Subject:  Select a subject Payments, prices and validity Problem purchasing packages Problem downloading packages Problem with the documentation Other (specify)

Other:

\* Message: 0/2048

\* Mandatory fields

Send

Close

Copyright © 2006 - 2025 Raphael Araújo e Silva
pgModeler is distributed under GPL v3
Theme by Start bootstrap