SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Bitcraft request: allow using enums as index keys

Open bfops opened this issue 9 months ago • 1 comments

The ability to use enums as index keys was removed before 1.0, we would like to add it back soon but this may require some design.

cc @jdetter

bfops avatar Mar 07 '25 18:03 bfops

  • We want specifically to allow "c-style" or "simple" enums, i.e. those where all variants are unit.
  • We want to support filtering by these values in all of Rust, C# and TypeScript both in servers and clients.

gefjon avatar Mar 13 '25 20:03 gefjon