# Packages
db_users_v1.
# Functions
Create asynchronously provisions a new user for the specified database instance based on the configuration defined in CreateOpts.
Delete will permanently delete a user from a specified database instance.
ExtractUsers will convert a generic pagination struct into a more relevant slice of User structs.
List will list all the users associated with a specified database instance, along with their associated databases.
# Structs
CreateOpts is the struct responsible for configuring a new user; often in the context of an instance.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
User represents a database user.
UserPage represents a single page of a paginated user collection.
# Interfaces
CreateOptsBuilder is the top-level interface for creating JSON maps.
# Type aliases
BatchCreateOpts allows multiple users to be created at once.