Struct wasmcloud_interface_sqldb::SqlDbSender [−][src]
pub struct SqlDbSender<T: Transport> { /* fields omitted */ }
Expand description
SqlDbSender sends messages to a SqlDb service SqlDb - SQL Database connections To use this capability, the actor must be linked with the capability contract “wasmcloud:sqldb” client for sending SqlDb messages
Implementations
Trait Implementations
Execute an sql statement
Perform select query on database, returning all result rows
returns the capability contract id for this interface