Skip to main content

Crate edgebase_core

Crate edgebase_core 

Source
Expand description

edgebase-core — EdgeBase shared types, HTTP client, and table/storage operations.

Re-exports§

pub use error::Error;
pub use http_client::HttpClient;
pub use table::TableRef;
pub use table::ListResult;
pub use table::BatchResult;
pub use table::UpsertResult;
pub use storage::StorageClient;
pub use storage::StorageBucket;
pub use field_ops::FieldOps;
pub use generated::api_core::GeneratedDbApi;

Modules§

error
EdgeBase Rust SDK — Error types
field_ops
Atomic field operation helpers.
generated
http_client
EdgeBase Rust SDK — Internal HTTP client (#133: set_context / X-EdgeBase-Context removed)
room
storage
EdgeBase Rust SDK — StorageClient Full API: upload, download, delete, list, getMetadata, updateMetadata, createSignedUrl, createSignedUploadUrl.
table
EdgeBase Rust SDK — TableRef (immutable query builder)