Download the Fabric Lakehouse JDBC driver, copy the JDBC URL into DbSchema, and start designing schemas with ER diagrams — free Community Edition.
A JDBC driver is a Java .jar library that lets applications connect to Fabric Lakehouse.
DbSchema uses JDBC to reverse engineer schemas, run SQL, and generate documentation.
Driver files are usually published by the database vendor or an open-source project.
Host, port, database name, and SSL options are passed in a URL starting with jdbc:.
Each Fabric Lakehouse driver uses its own syntax — see the connection details below.
Microsoft Fabric Lakehouse is a unified data lakehouse platform within Microsoft Fabric that combines the flexibility of data lake storage with the structure and query performance of a data warehouse. It stores data in Delta Lake format on OneLake and exposes a SQL Analytics Endpoint for standard SQL querying using familiar tools. Fabric Lakehouse integrates with Power BI, Azure Synapse, and other Microsoft data services for end-to-end analytics.
Microsoft Fabric Lakehouse provides a SQL Analytics Endpoint accessible via the SQL Server JDBC driver on port 1433. Authentication requires Azure Active Directory credentials. The connection string is available from the Fabric workspace settings. Use encrypt=True;trustServerCertificate=False for production connections.
DbSchema connects to Microsoft Fabric Lakehouse via the SQL Analytics Endpoint using the SQL Server JDBC driver, enabling visualization of Delta Lake table schemas, SQL query execution against Fabric Lakehouse data, and schema documentation for enterprise data lakehouse architectures.
Connect Fabric Lakehouse, build your first ER diagram in minutes. No account required.
Get the Fabric Lakehouse driver zip below and install DbSchema for Windows, macOS, or Linux.
In DbSchema, open Driver Manager, add the extracted JAR, and paste your JDBC URL.
Reverse engineer Fabric Lakehouse, edit the model visually, and publish schema documentation.
After the JDBC driver connects, you get ER diagrams, SQL editor, schema sync, and HTML documentation in one desktop app. Compare DbSchema editions.
Reverse engineer Fabric Lakehouse into an interactive diagram and edit structures visually.
Run SQL with autocomplete or compose queries without writing every join by hand.
Export HTML docs your team can browse without installing DbSchema.
Connection tips, ports, SSL, and schema design workflows on the database landing page.
Other drivers teams often configure alongside Fabric Lakehouse.
Teams working with Fabric Lakehouse often use these engines too. Explore dedicated guides and JDBC setup for each.