bowtieworks / automerge_orm

An ORM for Automerge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automerge_orm

An ORM for Automerge.

Concepts

  • Entity manager (EntityManager): The central access point to ORM functionality. Each entity manager wraps an Automerge document.

  • Entity repository (EntityRepository<T>): A repository where instances of an entity can be retrieved. Queries to be performed on the set of entities should be done through the repository.

Derives

License

Licensed under

Apache License, Version 2.0 (LICENSE or https://www.apache.org/licenses/LICENSE-2.0)

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

About

An ORM for Automerge

License:Apache License 2.0


Languages

Language:Rust 100.0%