Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/schema-builder/SchemaBuilder.ts>SchemaBuilder

Forked from https://github.com/typeorm/typeorm
Latest
interface SchemaBuilder
import { type SchemaBuilder } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/schema-builder/SchemaBuilder.ts";

Creates complete tables schemas in the database based on the entity metadatas.

Methods

build(): Promise<void>

Creates complete schemas for the given entity metadatas.

log(): Promise<SqlInMemory>

Returns queries to be executed by schema builder.