DB Studio (Formerly Directus v9) is a real-time API and App dashboard for managing SQL database content.
- Free & open-source. No artificial limitations, vendor lock-in, or hidden paywalls.
- REST & GraphQL API. Instantly layers a blazingly fast Node.js API on top of any SQL database.
- Manage pure SQL. Works with new or existing SQL databases, no migration required.
- Choose your database. Supports PostgreSQL, MySQL, SQLite, OracleDB, CockroachDB, MariaDB, and MS-SQL.
- Completely extensible. Built to white-label, it is easy to customize our modular platform.
- A modern dashboard. Our no-code Vue.js app is safe and intuitive for non-technical users, no training required.
A JS sdk is also realeased under @db-studio, you can install it via:
npm install --save @db-studio/sdkAll classic Directus version 9 extensions should work without changes on DB Studio.
When developing a new extension for DB Studio (Formerly Directus v9), you should use the latest version of
@db-studio/create-extension to scaffold:
npm init @db-studio/directus-extension@latest
# or
pnpm create @db-studio/directus-extension@latest
# or
yarn create @db-studio/directus-extension@latestDB Studio (Formerly Directus v9) is released under the GPLv3 license. Monospace Inc owns all Directus trademarks, logos, and intellectual property on behalf of our project's community.
Copyright © 2004-2020, Monospace Inc.