Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Andrew Rassel: "I just wanted to let you know how satisfied I am with your administrative tools. I have been consistently receiving your support. I think you have wonderful products and I am highly satisfied with the results that I am getting".
Peter Robinson: "As a tech savvy company director, I wanted an inexpensive web based database application to manage all aspects of my business. As with most humans I find developing purely by CLI very hard and do not have the will or time to invest in improving my skills. I was looking to find a nice human friendly GUI to design and build my application, which is when I came across PHP Generator for MySQL.

Whilst you still need a great understanding of logic and a small amount of programming ability to get the specific results you require, I am very happy with the speed of progress I have been making with this invaluable tool.

With all the standard libraries included, this product makes normal requirements such as JavaScript form validation, lookup selectors, on click events, auto complete, detailed searches, multiformat exports, rss feeds and username security straight forward and quick.

Having any changes made via the GUI written to the web server at the click of a button makes testing out ideas quick and easy without fear of breaking your application.

To conclude, I couldn't find any other product on the market that came close to offering the amount of options this does, and I do hope that more products like this come out in the future, with the hope of eventually eradicating the need to program all together".

More

Add your opinion

SQL Maestro Group / News / PostgreSQL Maestro 18.12 released

PostgreSQL Maestro 18.12 released

Dec 20, 2018

Prev Next
PostgreSQL Maestro SQL Maestro Group is happy to announce the release of PostgreSQL Maestro 18.12, a powerful Windows GUI solution for PostgreSQL administration and database development.

Please consider the list of new features implemented in this version since the last official release:

New feature highlights:

  • This version of the software has been successfully tested with all the modern database server versions up to PostgreSQL 11.
  • Support for a number of PostgreSQL 11 new features has been implemented as follows:
    • Support for the partitions based on hashing a key column has been added.

      To create a hash partitioned table, turn ON the appropriate checkbox, then select "Hash" partitioning strategy and specify the partition key expression at the Properties tab of Create Table Wizard.

      Creating a hash partitioned tablePicture 1. Creating a hash partitioned table
      To add a new partition of a hash partitioned table, open the Table Editor, switch to the Partitions tab, then use the "Create New Partition" command at the Navigation bar or the corresponding item of the popup menu and specify modulus and remainder properties for the new partition.
      Adding a partition of a hash partitioned tablePicture 2. Adding a partition of a hash partitioned table
    • Default partition can now be specified for partitioned tables. The default partition will store rows that don't match any of the other defined partitions, and is searched accordingly.
      Default partitionPicture 3. Default partition
    • Support for SQL-level procedures has been implemented.
      ProceduresPicture 4. Procedures
    • Support for domains over composite types has been added.
      Domain over composite typePicture 5. Domain over composite type
    • Support for arrays of domains types has been implemented.
      Creating an array of domainPicture 6. Creating an array of domain
  • SSH client has been upgraded. Now it supports more secure key exchange algorithms.
    SSH Client has been upgradedPicture 7. SSH Client has been upgraded
  • Restore database wizard has been implemented. It allows you to restore your database from an archive backup file or a directory. It is possible to restore an existing database or a new one. The wizard is equipped with a command line builder. It provides with a comfortable user interface for creating batch files for the pg_restore utility
    Restore database wizard: Command line builderPicture 9. Restore database wizard: Command line builder

In addition to this, several bugs have been fixed and some other minor improvements and corrections have been made.

Related links

Prev Next