Appersist icon

Appersist

An Enonic XP library that simplifies persisting data in your own node repository

A library to make it simpler to create your own node repositories that you can use in your app. Just use the command `appersist.repository.getConnection()` which will return a RepoConnection. Use `.create` to create nodes inside this repo.

Releases

  1. 2.1.0

    • Upgraded Enonic XP version 7.3.2 to get new api methods of RepoConnection:
    • 1. New exists() function for both node and content API provides faster existence checks over using get()
    • 2. Retrieve an old version of a node by using the RepoConnection::get method
    • Compatibility:

      • 7.3.2
  2. 2.0.0

    • Migrated to XP v7
    • Compatibility:

      • 7.0.0
  3. 1.0.0

    • Initial release
    • Compatibility:

      • 6.13.0