Module

x/justaos_orm/src/connection/DatabaseConnection.ts>default#isDatabaseExist

JUSTAOS's ORM (Object–relational mapping) tool is built for Deno and provides transparent persistence for JavaScript objects to Postgres database.
Go to Latest
method default.prototype.isDatabaseExist
import { default } from "https://dotland.deno.dev/x/justaos_orm@v9.1.2/src/connection/DatabaseConnection.ts";

Checks if a database exists.

Parameters

databaseName: string
  • The name of the database.

Returns

Promise<boolean>

A promise that resolves to a boolean indicating whether the database exists.