module

Artistry

Constants

VERSION = "0.9.1"

Class methods

close
Source
conn
Source
db_path
Source
db_path=(db_path : String)
Source
open(path : String = db_path) : DB::Database

Open a new connection by path (Artistry owns and will close it)

Source
open(db : DB::Database) : DB::Database

Use an existing connection (caller owns it, Artistry won't close it)

Source
open(path : String = db_path, &) : Nil
Source
open(db : DB::Database, &) : Nil
Source
transaction
Source

Nested types