treey
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

Treey

Event sourced, database agnostic tree data structure

  • Browser (IndexedDB)
  • Node.js (memory)

API

  • init: async () : Promise<Optional>
  • read: async (id: Id) : Promise<Optional>
  • createAndAdd: async (data: Data, parentId: Id) : Promise<Optional>
  • update: async (id: Id, data: Data) : Promise<Optional>
  • remove: async (id: Id, parentId: Id, index: Index) : Promise<Optional>
  • move: async (id: Id, oldParentId: Id, oldIndex: Index, parentId: Id, index: Index) : Promise<Optional>

/treey/

    Package Sidebar

    Install

    npm i treey

    Weekly Downloads

    0

    Version

    0.0.12

    License

    ISC

    Unpacked Size

    132 kB

    Total Files

    145

    Last publish

    Collaborators

    • gilleswittenberg