db method

DB db(
  1. String dbName
)

Reference a database.This command can be chained with other commands to do further processing on the data.

Implementation

DB db(String dbName) => DB(dbName);