DB DB is a simple way to connect to a database. This is your
contstructor object that handles authentication, managing the connection,
querying, etc.
db.new
db.new is an alternate name for DB. It is just a
wrapper around the same function/object.
DemoDB
DemoDB is a demo database that ships with db.r. The
data and schema come from the Chinook Database
which is commonly used as an example relational database.
See https://github.com/yhat/db.r for more detials.