#rdf #graphs #linked-data

taganak-orm

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

3 releases

new 0.1.0-dev3 May 20, 2025
0.1.0-dev2 May 2, 2025
0.1.0-dev1 Apr 13, 2025

#1829 in Database interfaces

Download history 93/week @ 2025-04-10 17/week @ 2025-04-17 150/week @ 2025-05-01 19/week @ 2025-05-08 66/week @ 2025-05-15

235 downloads per month
Used in taganak-framework

LGPL-3.0-or-later

2MB
6K SLoC

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.

Dependencies

~9–17MB
~238K SLoC