← All features Extending

Extensions

Install extensions to add custom panels, database connectors, and tools.

DB Atelier supports installable extensions. Extensions can add new database engine support (such as DuckDB), custom dashboard panels, and analytics tools.

Native Extensions

Native extensions written in Rust can add full database adapters, including connection management, schema introspection, query execution, and data mutation.

JS Extensions

Custom panels can be built using HTML, CSS, and JavaScript. JS extensions render in sandboxed iframes and can query the database through the Atelier SDK.

Install from File

Extensions are installed by opening a .dbaext file. Installed extensions can be managed from Settings > Extensions.