Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/examples/db/database.ts>Database

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
class Database
import { Database } from "https://deno.land/x/alosaur@v1.1.1/examples/db/database.ts";

Constructors

new
Database()

Methods

query(sql: string): Promise<{ rows: any[]; }>