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)