safwanolaimat / memento

WIP - Check back later

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memento

Nothing cool here yet, check back later

Installation

def deps do
  [{:memento, "~> 0.0.1"}]
end

Roadmap

  • Memento
    • start/stop
    • info
    • system_info
    • Application
    • Config Vars
  • Memento.Table
    • Create/Delete helpers
    • clear_table
    • table_info
    • wait
    • Ecto-like DSL
    • Migration Support
  • Memento.Query
    • Integration with Memento.Table
    • match/select
    • read/write/delete
    • first/next/prev/all_keys
    • test matchspec
    • continue/1 for select continuations
    • autoincrement
    • Helper use macro
  • Memento.Transaction
    • Simple/Synchronous
    • Bang versions
    • inside?
    • abort
    • Lock Helpers
  • Memento.Schema
    • create/delete
    • print (schema/1)
  • Memento.Collection
    • Easy Helpers
    • Custom DSL

License

MIT

About

WIP - Check back later

License:MIT License


Languages

Language:Elixir 100.0%