File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<!-- MDOC !-->
9
9
10
- Bring's an extensiable SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries.
10
+ Brings an extensible SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries.
11
11
12
- - Lower the barreir for DBA's to contribute in your codebase, without having to translate SQL to Ecto.Query.
13
- - Composilbe queries, no need for you to remember, when to start with select or from.
14
- - Interpolational queries, don't fiddle with fragments and ` ? ` .
12
+ - Lower the barrier for DBAs to contribute in your codebase, without having to translate SQL to Ecto.Query.
13
+ - Composable queries, no need for you to remember, when to start with select or from.
14
+ - Interpolation-al queries, don't fiddle with fragments and ` ? ` .
15
15
16
16
## Examples
17
17
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ defmodule SQL.MixProject do
12
12
version: @ version ,
13
13
elixir: "~> 1.18" ,
14
14
deps: deps ( ) ,
15
- description: "Bring's an extensiable SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries." ,
15
+ description: "Brings an extensible SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries." ,
16
16
name: "SQL" ,
17
17
docs: docs ( ) ,
18
18
package: package ( )
You can’t perform that action at this time.
0 commit comments