SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Add gzip + none compression algos and let SDK pick compression

Open Centril opened this issue 1 year ago • 0 comments

Description of Changes

Adds gzip and none compression choices, and expose it to the rust sdk via DbConnectionBuilder::with_compression.

  • [x] Implement in Host
  • [x] Implement in Rust SDK
  • [ ] Implement in TS SDK
  • [x] Implement in C# SDK, https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk/pull/155

API and ABI breaking changes

None. If a compression is not chosen brotli is used.

Centril avatar Oct 03 '24 20:10 Centril