Skip to main content
Module

x/typeorm/src/index.ts>DatabaseType

Forked from https://github.com/typeorm/typeorm
Latest
type alias DatabaseType
import { type DatabaseType } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Database type.

definition:
| "mysql"
| "postgres"
| "cockroachdb"
| "sap"
| "mariadb"
| "sqlite"
| "cordova"
| "react-native"
| "nativescript"
| "sqljs"
| "oracle"
| "mssql"
| "mongodb"
| "aurora-data-api"
| "expo"