Skip to content

alexkuang/meso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meso

A mildly opinionated ORM-lite-ish wrapper around Ecto + postgres.

Currently just a proof of concept built over a hackday. Check out /examples/tasks for usage.

Installation

def deps do
  [
    {:meso, "~> 0.1.0", only: :dev, runtime: false}
  ]
end

FAQs

Is it any good?

Yes. But not in production.

Isn't meso a layer below ecto?

Yes I know.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published