Skip to content

Commit 9510b55

Browse files
authored
SDK - Added some rust documentation (#1370)
1 parent a790fb8 commit 9510b55

File tree

9 files changed

+415
-58
lines changed

9 files changed

+415
-58
lines changed

pgml-sdks/pgml/src/builtins.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use tracing::instrument;
55
/// Provides access to builtin database methods
66
#[derive(alias, Debug, Clone)]
77
pub struct Builtins {
8-
pub database_url: Option<String>,
8+
database_url: Option<String>,
99
}
1010

1111
use crate::{get_or_initialize_pool, query_runner::QueryRunner, types::Json};

0 commit comments

Comments
 (0)