Namespace: go.std.database.sql

v1.0

Contents

Summary

Provides a low-level interface to the database/sql package.

Package sql provides a generic interface around SQL (or SQL-like)
databases.

The sql package must be used in conjunction with a database driver.
See https://golang.org/s/sqldrivers for a list of drivers.

Drivers that do not support context cancellation will not return until
after the query is completed.

For usage examples, see the wiki page at
https://golang.org/s/sqlwiki.

Index

Legend

Constants

Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.

Variables

Functions, Macros, and Special Forms

Types