Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as database from "https://raw.githubusercontent.com/jeremyBanks/database/0.1.0-dev/sql/sql.ts";

§Classes

Connection
Database
PreparedStatement
ResultChanges

Query result of changes made to the database.

ResultRow

Query result rows.

ResultRows
Transaction

§Variables

open

Creates a database handle/connector with the given driver and path. May validate the arguments (path), but will not open a connection yet.