Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 647 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 647 Bytes

DbReflect

Hex.pm Docs CI

DbReflect is ...

Usage

IO.puts "hello"

Installation

The package can be installed by adding db_reflect to your list of dependencies in mix.exs:

def deps do
  [
    {:db_reflect, "~> 0.1"}
  ]
end

The docs can be found at https://hexdocs.pm/db_reflect.