PostgreSQL Import

Connect to a PostgreSQL database to generate SHACL shapes from the database schema.

Hostname or IP address of the PostgreSQL server.
PostgreSQL server port (default: 5432).
Name of the PostgreSQL database.
Database schema to analyze (default: public).
PostgreSQL username.
PostgreSQL password.
Back
Database Requirements

To use this feature, ensure that:

  • The PostgreSQL server is accessible from this web application
  • The provided user has READ access to the information_schema
  • The target schema contains the tables you want to analyze
  • Network connectivity allows database connections
Security Note: Database credentials are used only for the conversion process and are not stored by this application.