defradb
defradb copied to clipboard
DefraDB is a Peer-to-Peer Edge Database. It's the core data storage system for the Source Network Ecosystem, built with IPLD, LibP2P, CRDTs, and Semantic open web properties.
Schema: ```gql type PlayerAction { metadata: JSON deleted: Boolean action: Action @relation(name: "actionPlayerActions") // one-many player: Player @relation(name: "playerPlayerActions") // one-many playerRewards: [PlayerActionToPlayerReward] @relation(name: "playerActionPlayerRewards") createdAt: DateTime } ``` Query:...
Bump / Update to GoLang v1.23 when v1.24 is released