We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d396123 commit f03f385Copy full SHA for f03f385
src/pg.rs
@@ -1,6 +1,6 @@
1
use async_session::{async_trait, chrono::Utc, log, serde_json, Result, Session, SessionStore};
2
use async_std::task;
3
-use sqlx::{pool::PoolConnection, Executor, Postgres, PgPool};
+use sqlx::{pool::PoolConnection, Executor, PgPool, Postgres};
4
use std::time::Duration;
5
6
/// sqlx postgres session store for async-sessions
0 commit comments