Skip to content

bowtieworks/automerge_orm

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages