Module grant::connection

source ·

Structs

  • Connection to the database, currently only Postgres and Redshift is supported TODO: support multiple adapters
  • Presentation for a user in the database
  • Presentation for a user database privilege in the database which a users has create or temp on database
  • Presentation for a user schema privilege in the database which a users has create or usage on schema
  • Presentation for a user table privilege in the database which a users has select, insert, update, delete or reference on table