SAP SQL Anywhere runs where administrators aren't — embedded systems, mobile apps, remote sites. DbSchema gives the teams behind those deployments the complete schema picture: diagrams, queries, documentation, and reviewed change scripts.
Trusted by teams at
SQL Anywhere is built to run unattended — at retail sites, on devices, inside packaged applications — with replication carrying changes back to central SAP environments. Unattended cuts both ways: the schema at the edge becomes the one nobody has inspected in years.
DbSchema connects through SAP's JDBC driver and renders the complete catalog — stored procedures and events included — as an interactive diagram any teammate can open.
From the central development database to the remotest embedded instance.
Tables, views, foreign key relationships, and stored procedure definitions load into the diagram canvas — a clear view of databases that are rarely inspected directly.
Export a navigable HTML report — table definitions, column types, indexes, relationship diagrams — that support and maintenance teams consult instead of requesting a database login.
Compare two SQL Anywhere instances, review each difference, and generate the migration script that carries a change from development out to a remote embedded deployment.
The schema lives in a design model file — the single source of truth, whatever each remote site happens to be running today.
Model changes on a laptop long before any remote site is reachable.
Keep the model in Git next to the app that embeds the database.
See the exact SQL a change generates before it leaves your desk.
Apply the same reviewed change to each environment deliberately, one at a time.
Download sajdbc4.jar from the SAP SQL Anywhere download center — matching the
driver version to the server version in use — and add it in DbSchema's driver manager. The
server listens on port 2638 by default, and the connection string takes the
form jdbc:sqlanywhere:UserID=user;Password=pass;Host=host:2638;DatabaseName=dbname.
The database server must be running and reachable on that host and port before DbSchema connects. Setup details are on the SQL Anywhere JDBC driver page.
Free download with the Community Edition and a built-in 15-day Architect trial.
Teams working with SAP SQL Anywhere often use these engines too. Explore dedicated guides and JDBC setup for each.