View Source NavEx.Adapters.ETS (NavEx v0.1.0)

NavEx.Adapters.ETS is adapter for keeping user's navigation history utilizing ETS. It uses NavEx.Adapters.ETS.RecordsStorage as the module to interact with the ETS table.

## Adapter config

config NavEx.Adapters.ETS,
  identity_key: "nav_ex_identity", # name of the key in cookies where the user's identity is saved
  table_name: :navigation_history # name of the ETS table