defradb icon indicating copy to clipboard operation
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.

Results 192 defradb issues
Sort by recently updated
recently updated
newest added

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:...

bug
area/query

Bump / Update to GoLang v1.23 when v1.24 is released

bump