Skip to content

Commit

Permalink
chore: add database runtime events (#3646)
Browse files Browse the repository at this point in the history
Setting Read and Write connections in the same event, as these will
evolve together, and separating them creates quite a bit of boilerplate.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jvmakine and github-actions[bot] authored Dec 5, 2024
1 parent 74b4661 commit 15f9d39
Show file tree
Hide file tree
Showing 17 changed files with 1,694 additions and 1,253 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROTOS_OUT := "backend/protos/xyz/block/ftl/console/v1/console.pb.go " + \
CONSOLE_ROOT + "/src/protos/xyz/block/ftl/v1/schemaservice_pb.ts " + \
CONSOLE_ROOT + "/src/protos/xyz/block/ftl/schema/v1/schema_pb.ts " + \
CONSOLE_ROOT + "/src/protos/xyz/block/ftl/publish/v1/publish_pb.ts"
GO_SCHEMA_ROOTS := "./internal/schema.Schema ./internal/schema.ModuleRuntimeEvent"
GO_SCHEMA_ROOTS := "./internal/schema.Schema ./internal/schema.ModuleRuntimeEvent ./internal/schema.DatabaseRuntimeEvent"
# Configuration for building Docker images
DOCKER_IMAGES := '''
{
Expand Down
Loading

0 comments on commit 15f9d39

Please sign in to comment.