Skip to content

Commit 7d4484a

Browse files
authored
Merge pull request #236 from sagittaracc/develop
Develop
2 parents 9de38d9 + 9d6c0dc commit 7d4484a

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## v5.0.4 - April 3, 2021
4+
5+
- Install via composer
6+
7+
---
8+
39
## v5.0.3 - April 3, 2021
410

511
- Add install instruction

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ Expand SuQL syntax on your own. There's no limit really.
3434
There are example models in the ```examples``` directory and there are couple examples of using them in the ```tests``` directory and examples of extending SuQL ORM syntax in the ```syntax``` directory.
3535

3636
### Install
37-
1. Clone the repository
37+
- Via composer
3838

39-
```git clone https://github.com/sagittaracc/suql.git```
39+
```composer require sagittaracc/suql```
4040

41-
2. Move to the ```suql``` directory
41+
- Or by cloning the repository
4242

43-
```cd suql```
44-
45-
3. Run
46-
47-
```composer install```
43+
```
44+
git clone https://github.com/sagittaracc/suql.git
45+
cd suql
46+
composer install
47+
```
4848

4949
## Conclusion
5050
SuQL is all about modifiers. They already replace standart SQL clauses such as `WHERE`, `GROUP`, `JOIN`, `ORDER` and SQL functions etc.

README.ru.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ SuQL расшифровывается как Sugar Query Language и это лу
3434
В папке ```examples``` Вы можете найти примеры моделей, а в папке ```tests``` Вы можете найти примеры их использования, а также примеры расширения функциональности синтаксиса SuQL ORM в директории ```syntax```.
3535

3636
### Установка
37-
1. Склонируйте репозиторий
37+
- Через composer
3838

39-
```git clone https://github.com/sagittaracc/suql.git```
39+
```composer require sagittaracc/suql```
4040

41-
2. Перейдите в папку
41+
- Или установка вручную
4242

43-
```cd suql```
44-
45-
3. Запустите
46-
47-
```composer install```
43+
```
44+
git clone https://github.com/sagittaracc/suql.git
45+
cd suql
46+
composer install
47+
```
4848

4949
## Итоги
5050
SuQL работает через модификаторы. Они уже реализуют стандартные SQL секции как `WHERE`, `GROUP`, `JOIN`, `ORDER` и SQL функции и т.д.

0 commit comments

Comments
 (0)