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
ortemp
on database - Presentation for a user schema privilege in the database which a users has
create
orusage
on schema - Presentation for a user table privilege in the database which a users has
select
,insert
,update
,delete
orreference
on table