Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

An ORM for Automerge

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages