github
DocsBlog
fontcolor_theme
package

Deepkit ORM Browser

npm install @deepkit/orm-browser

Deepkit ORM Browser is a web application allowing to browse Database ORM schema, edit content, see migration changes, and seed the database.

This is part of Framework Debugger but can also be used standalone.

g

Classes

OrmBrowserModule [source]
export class OrmBrowserModule extends createModuleClass({
    config: Config
}) {
    databases: Database[];
    forDatabases(databases: Database[]): this;
    process();
}

Functions

serveOrmBrowser [source]
(databases: Database[], config?: { port?: number; host?: string; }): Promise<void>