Module spacetimedb_vm::program

source ·
Expand description

Definition for a Program to run code.

It carries an [EnvDb] with the functions, idents, types.

Structs§

  • A default program that run in-memory without a database

Traits§

  • A trait to allow split the execution of programs to allow executing queries that take in account each program state/enviroment.

Type Aliases§