Expand description
§Browser Profile Database Module
This module contains the database models and repositories for browser profile related data.
Modules§
- model 🔒
- Database repository implementations for browser profile and proxy related operations. This module provides traits and implementations for accessing and manipulating browser profile and proxy data in the database.
Structs§
- Represents a bookmark in the browser profile
- Represents connection to the homepage for a browser profile
- Represents preliminary browser profile data loaded from the database
- Represents browser tabs associated with a profile
- Represents WebGPU settings for a browser profile
- Represents a browser profile with fingerprint settings
- Represents a browser extension
- Represents a homepage configuration
- Repository trait defining operations for browser profile data access. Provides methods to retrieve and update browser profile related information.
- Repository trait defining operations for proxy data access. Provides methods to retrieve proxy information.
- Represents a proxy configuration for a browser profile
Enums§
- Represents the type of browser being emulated
- Represents the main website/platform the browser profile is configured for
- Represents the operating system platform for a browser profile
- Represents the type of proxy connection that can be used for browser profiles.
Traits§
- Repository trait defining operations for browser profile data access. Provides methods to retrieve and update browser profile related information.
- Repository trait defining operations for proxy data access. Provides methods to retrieve proxy information.
Type Aliases§
- Browser profile repository type alias.
- Proxy repository type alias.