Example Zig module for SpacetimeDB
Find a file
2025-04-18 12:00:02 -04:00
src Added readme and license files 2025-04-18 12:00:02 -04:00
.gitignore Added support for nested structs 2025-03-23 05:24:55 -04:00
build.zig Added readme and license files 2025-04-18 12:00:02 -04:00
build.zig.zon Added readme and license files 2025-04-18 12:00:02 -04:00
LICENSE-APACHE-2.0 Added readme and license files 2025-04-18 12:00:02 -04:00
LICENSE-MPL-2.0 Added readme and license files 2025-04-18 12:00:02 -04:00
README.md Added readme and license files 2025-04-18 12:00:02 -04:00
spacetimedb.sh Added readme and license files 2025-04-18 12:00:02 -04:00

Badges

Add badges from somewhere like: shields.io

MPL-2.0 License apache-2.0 License

SpacetimeDB-Zig

This is an example implementation of a zig module for SpacetimeDB

Authors

Run Locally

  git clone https://github.com/ookami125/SpacetimeDB-Zig
  cd SpacetimeDB-Zig
  nohup spacetime start &
  ./spacetimedb.sh publish
  ./spacetimedb.sh logs -f

License

For the main.zig file which is reimplementation of blackholio we're using the SpacetimeBD license for blackholio. Apache-2.0

All other files in the repo are under MPL-2.0