Skip to content

Commit

Permalink
Merge 8d2d1f5 into 6ab81ec
Browse files Browse the repository at this point in the history
  • Loading branch information
bearmug committed Feb 12, 2019
2 parents 6ab81ec + 8d2d1f5 commit c0e74ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Erlang ❤ pure database migrations
> PostgreSQL | MySQL version control engine. Effects-free.
> PostgreSQL | MySQL version control engine. Applies effects deliberatly.
[![Build Status](https://travis-ci.org/bearmug/erlang-pure-migrations.svg?branch=master)](https://travis-ci.org/bearmug/erlang-pure-migrations)
[![Coverage Status](https://coveralls.io/repos/github/bearmug/erlang-pure-migrations/badge.svg?branch=master)](https://coveralls.io/github/bearmug/erlang-pure-migrations?branch=master)
Expand Down Expand Up @@ -29,9 +29,9 @@ several ready-to-use examples below). As an extra - do this in
+ [MySQL and mysql-otp/mysql-otp](#mysql-and-mysql-otpmysql-otp)
- [Onboarding comments](#onboarding-comments-3)
- [Code sample](#code-sample-3)
- ["No-effects" approach and tools used to achieve it](#-no-effects--approach-and-tools-used-to-achieve-it)
* [Tool #1: effects externalization](#tool--1--effects-externalization)
* [Tool #2: make effects explicit](#tool--2--make-effects-explicit)
- ["No-effects" approach and tools used to achieve it](#no-effects-approach-and-tools-used-to-achieve-it)
* [Tool #1: effects externalization](#tool-1-effects-externalization)
* [Tool #2: make effects explicit](#tool-2-make-effects-explicit)
- [Functional programming abstractions used](#functional-programming-abstractions-used)
* [Functions composition](#functions-composition)
* [Functor applications](#functor-applications)
Expand Down Expand Up @@ -345,4 +345,4 @@ arguments number (although it is easy to generalize it for arguments,
represented as list):
```erlang
Partial = fun(V_F) -> do_migration(Path, FQuery, V_F) end,
```
```

0 comments on commit c0e74ae

Please sign in to comment.