mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 03:04:20 +01:00
more docs
This commit is contained in:
@@ -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>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user