Skip to content

Commit

Permalink
Update progress in README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrieken committed Jan 27, 2016
1 parent 2d2bd85 commit 1d37268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1d37268

Please sign in to comment.