-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ BDM is super simple, fully declarative clj/cljc bi directional mapper that allow | |
:contacts [{:type "email" | ||
:value "[email protected]"} | ||
{:type "phone" | ||
:use "home" | ||
:use "home" | ||
:value "12223334455"} | ||
{:type "phone" | ||
:use "work" | ||
|
@@ -107,10 +107,10 @@ Path can be deep | |
### Short alias | ||
... | ||
|
||
### Getters and setters | ||
### Predicates and arrays | ||
... | ||
|
||
### Predicates | ||
### Setters | ||
... | ||
|
||
### Submapping | ||
|
@@ -128,6 +128,10 @@ $ make repl | |
$ make test | ||
``` | ||
|
||
## Extra | ||
|
||
For more details and usage details see tests. | ||
|
||
|
||
|
||
MIT License Copyright (c) 2020 Marat Surmashev |