Module rbdc::db

source ·

Structs§

Traits§

  • connect option
  • Represents a connection to a database
  • Represents database driver that can be shared between threads, and can therefore implement a connection pool
  • Meta data for result set
  • make all database drivers support dialect ‘?’ you can use util package to impl this for example:
  • Result set from executing a query against a statement