inaka / cowboy-trails

A couple of improvements over Cowboy Routes

Home Page:http://inaka.github.io/cowboy-trails/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

persistence

elbrujohalcon opened this issue · comments

add functions to trails:

  • store([trail()]) -> ok.
  • all() -> [trail()]
  • retrieve(path()) -> trail()

These functions should store and retrieve trails from an ets table.