Start work on storing channel buffers
This commit is contained in:
parent
29e43384f0
commit
ff5035ea37
16 changed files with 484 additions and 4 deletions
|
@ -52,6 +52,8 @@ pub struct Database {
|
|||
runtime: Option<tokio::runtime::Runtime>,
|
||||
}
|
||||
|
||||
// The `Database` type has so many methods that its impl blocks are split into
|
||||
// separate files in the `queries` folder.
|
||||
impl Database {
|
||||
pub async fn new(options: ConnectOptions, executor: Executor) -> Result<Self> {
|
||||
Ok(Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue