diff --git a/rust/src/storage/db/python_db_pool.rs b/rust/src/storage/db/python_db_pool.rs index 0522e58bc1..0c9059ab3a 100644 --- a/rust/src/storage/db/python_db_pool.rs +++ b/rust/src/storage/db/python_db_pool.rs @@ -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};