You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The philosophy of the *Pelastic* project is to provide a human friendly, object
10
10
### Features
11
11
- Explicit Query and Filter classes based on elasticsearch docs.
12
12
- Plastic ODM, an ODM inspired by Laravel's *Eloquent*.
13
-
- SQL monkey, SQL like abstraction layer over the *query* and *filter* features. (```$monkey->index('blog_posts')->where('_id', '225')->take(5);```).
13
+
- SQL monkey, SQL like abstraction layer over the *query* and *filter* features. (```$monkey->index('blog_posts')->where('cats.id', 255)->take(5);```).
14
14
- Plastic adapters, easily integrate *Plastic* and its ODM with your faramework's ORM and use them in a hybrid environment.
15
15
- Eventing system, there is an event for any action.
16
16
- Guzzle made request performer, which offers pretty exceptions, so you can develop more debug friendly.
0 commit comments