wasccgraph-common 0.0.2

Common graph database support for waSCC actors and capability providers
Documentation
  • Coverage
  • 64.71%
    33 out of 51 items documented0 out of 22 items with examples
  • Size
  • Source code size: 34.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • autodidaddict

waSCC Graph DB Common

This crate contains types and utility functions that are shared between a Graph DB capability provider and an actor consuming said provider. Ideally, any graph db capability provider (e.g. Neo4j, RedisGraph, etc) should share the same set of common types and only differ in the implementation of the capability provider.

If, at some point, this set of common types becomes insufficient, then we should refactor these types rather than creating a new crate to support one-off graph database providers.