mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-21 11:11:58 +00:00
Adjust comment
This commit is contained in:
@@ -13,10 +13,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
//! We have these three main classes:
|
||||
//! - Database pool [`PythonDatabasePoolWrapper`] which creates
|
||||
//! - connections [`LoggingDatabaseConnectionWrapper`] which creates
|
||||
//! - transactions [`LoggingTransactionWrapper`]
|
||||
//! We have these main classes:
|
||||
//! - Database pool [`PythonDatabasePoolWrapper`] which allows you to start a...
|
||||
//! - transaction [`LoggingTransactionWrapper`] and query the database
|
||||
|
||||
use pyo3::{intern, prelude::*, types::PyCFunction, types::PyList};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user