Build a clearer workflow for Pervasive PSQL: reverse engineer existing schemas into interactive ER diagrams, model changes visually, and generate reviewed SQL scripts before deployment.
DbSchema is built for visual modeling, schema documentation, and deployment. Keep an offline model in Git, collaborate across teams, and publish documentation that developers, analysts, and stakeholders can navigate in minutes.
Download DbSchema See Pervasive PSQL Features Download Pervasive PSQL JDBC Driver
Get to your first Pervasive PSQL schema diagram in minutes. No account, no credit card.
Download the installer for Windows, macOS, or Linux and launch DbSchema. No signup required.
Reverse engineer an existing Pervasive PSQL database or open a sample model to explore tables, relationships, and indexes.
Edit schema visually, generate documentation, and prepare reviewed migration scripts for safer releases.
Pervasive PSQL — now marketed as Actian PSQL — is a transactional database engine used widely in point-of-sale, retail management, and manufacturing software. Its Btrieve-derived storage engine operates as a local workgroup store or as a client-server installation accessible over the network. Many vertical-market applications have run on PSQL for decades with minimal schema documentation. DbSchema connects via JDBC, renders the SQL schema visually, and helps development teams understand the structure of long-running PSQL applications.
Download DbSchema Free See Pervasive PSQL Features
DbSchema connects to a Pervasive PSQL server using the PSQL JDBC driver and reads the database catalog. Tables, columns, data types, and indexes are displayed in the diagram canvas, providing a visual map of a database that often has no existing schema diagram.
DbSchema's SQL editor supports the PSQL SQL dialect — including its handling of Btrieve- originated column types and its transaction model. Run queries to validate data, audit records, or investigate application behavior without requiring access to the PSQL Control Center or the host application itself.
DbSchema's documentation generator exports the Pervasive PSQL schema as a navigable HTML report with table listings, column definitions, and relationship diagrams — a practical starting point for migration planning or compliance documentation in industries with long PSQL application lifecycles.
The JDBC URL format is jdbc:pervasive://host:1583/dbname, where 1583 is the default
PSQL server port. Download the Pervasive JDBC driver from the Actian developer portal and
register the JAR in DbSchema's driver manager. The driver supports both local connections to
a PSQL workgroup engine and remote connections to a PSQL server engine. On Windows, PSQL also
supports an ODBC connection, but the JDBC driver provides direct access without requiring an ODBC
data source name to be configured on the client machine.