Skip to main content

Crate link_common

Crate link_common 

Source
Expand description

Shared Rust implementation used by kalam-client, kalam-link-wasm, kalam-consumer-wasm, and kalam-link-dart.

Re-exports§

pub use models::parse_i64;
pub use models::BoundFileRef;
pub use models::FileDownload;
pub use models::FileRefContext;
pub use models::FileUpload;
pub use models::KalamCellValue;
pub use models::RowData;

Modules§

models
Data models shared by the KalamDB SDK.

Structs§

FileRef
File reference stored as JSON in FILE columns.
SchemaField
A field in the result schema returned by SQL queries
TableId
Composite key for system.tables entries: (namespace_id, table_name)
UserId
Type-safe wrapper for user identifiers.

Enums§

FieldFlag
KalamDataType
Unified data type enum with wire format tags

Constants§

VERSION

Type Aliases§

FieldFlags