pub type DbConn = DatabaseConnection;
SeaORM 数据库连接类型别名
pub enum DbConn { SqlxPostgresPoolConnection(SqlxPostgresPoolConnection), Disconnected, }
Create a PostgreSQL database connection and pool
The connection to the database has been severed