more docs

This commit is contained in:
pedrocarlo
2025-06-30 15:08:48 -03:00
parent 318c2389fd
commit cd280007ff

View File

@@ -9,6 +9,8 @@ use crate::{
};
/// A prepared statement.
///
/// Statements when executed or queried are reset after they encounter an error or run to completion
pub struct Statement {
pub(crate) inner: Arc<Mutex<turso_core::Statement>>,
}