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
programsto allow executingqueriesthat take in account eachprogramstate/enviroment.