Crate taganak_orm

Crate taganak_orm 

Source
Expand description

ORM (object-relational mapper) for Rust dataypes onto Taganak graphs

This ORM allows serializing Rust datatypes into RDF statements, and deserializing them again from a known schema.

As the ORM requires several complex traits to be implemented, the easiest way is to use it with the GraphORM derive macro.

The ORM is under heavy development and to be considered unstable.

§Example implementations

Some example implemtations that show-case how the ORM can be used are listed here as references.

Structs§

GraphORMMeta
A descriptor to track meta information about the serialisation of some target on the graph.

Enums§

GraphORMError
SubjectMode
Defines the strategy for minting an RDF subject on serialisation

Traits§

GraphORM