From 1d372689c0c0671af6835999266824a86ada1ec5 Mon Sep 17 00:00:00 2001 From: Joshua Rieken Date: Tue, 26 Jan 2016 17:44:02 -0700 Subject: [PATCH] Update progress in README [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38e2c4d..3338119 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Plasm provides a set of generic, composable, higher-level functions that make wo - [X] Avoid reimplementing basic `Ecto.Query` functionality where possible - [X] Provide syntactic sugar for common queries (e.g., see `count` and `distinct_by`) - [X] Easy integration with Phoenix +- [X] Permissive API (e.g., most functions that accept an atom will alternatively accept a string) - [ ] Support all databases supported by Ecto (right now, use PostgreSQL for all functionality) -- [ ] Permissive API (e.g., most functions that accept an atom will alternatively accept a string) ## Examples @@ -152,7 +152,7 @@ Also thanks to Henrik Nyh for his [Ectoo](https://github.com/henrik/ectoo) proje ## TODO: - [x] Tests -- [ ] Hex docs +- [x] Hex docs ## Installation