async-sea-orm-session
An async-session backend implemented using sea-orm, heavily inspired by async-sqlx-session.
Basic usage
In the following example we create a DatabaseSessionStore, which implements
the SessionStore trait from async-session.
use Migrator;
use DatabaseSessionStore;
use ;
use MigratorTrait;
async
Examples
TODO
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.