db

natchez.Tags$.db$
object db

Attributes

Source:
Tags.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
db.type

Members list

Concise view

Value members

Concrete methods

Database type. For any SQL database, "sql". For others, the lower-case database category, e.g. "cassandra", "hbase", or "redis".

Database type. For any SQL database, "sql". For others, the lower-case database category, e.g. "cassandra", "hbase", or "redis".

Attributes

Source:
Tags.scala

Database instance name. E.g., In java, if the jdbc.url="jdbc:mysql://127.0.0.1:3306/customers", the instance name is "customers".

Database instance name. E.g., In java, if the jdbc.url="jdbc:mysql://127.0.0.1:3306/customers", the instance name is "customers".

Attributes

Source:
Tags.scala

A database statement for the given database type. E.g., for db.type="sql", "SELECT * FROM wuser_table"; for db.type="redis", "SET mykey 'WuValue'".

A database statement for the given database type. E.g., for db.type="sql", "SELECT * FROM wuser_table"; for db.type="redis", "SET mykey 'WuValue'".

Attributes

Source:
Tags.scala

Username for accessing database. E.g., "readonly_user" or "reporting_user"

Username for accessing database. E.g., "readonly_user" or "reporting_user"

Attributes

Source:
Tags.scala