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/driver.ts";

§Interfaces

Connection
Connector
ConnectorOpener
Driver
MetaBase

Base type that all driver Meta types must extend.

Module

Driver library modules should implicit implement this interface themselves by exporting an instance of their Driver implementation as .driver. This is the entry point through which the other interfaces will be accessed.

Queryer
ResultRow
ResultRows
Transaction
TransactionStarter

§Type Aliases

Meta

Helper type function to define a driver Meta type.