Re-exports§
pub use self::driver::TypeDBDriver;
pub use self::transaction::Transaction;
Modules§
Macros§
Structs§
- Credentials
- User credentials for connecting to TypeDB
- Database
- A TypeDB database
- Database
Manager - Provides access to all database management methods.
- Driver
Options - User connection settings for connecting to TypeDB.
- Query
Options - TypeDB query options.
QueryOptions
object can be used to override the default server behaviour for executed queries. - Transaction
Options - TypeDB transaction options.
TransactionOptions
object can be used to override the default server behaviour for opened transactions. - User
- User
Manager - Provides access to all user management methods.
Enums§
- Error
- Represents errors encountered during operation.
- Transaction
Type - This enum is used to specify the type of transaction.
Traits§
- Promise
- Async promise, an alias for Rust’s built-in Future.
A
BoxPromise
is an alias for Rust’s built-in BoxFuture.