mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 08:22:59 +01:00
commit
6078344ecc
@ -12,7 +12,7 @@ We have to define sync actor and connection that this actor will use. Same appro
|
||||
could be used for other databases.
|
||||
|
||||
```rust,ignore
|
||||
use actix::prelude::*;*
|
||||
use actix::prelude::*;
|
||||
|
||||
struct DbExecutor(SqliteConnection);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user