Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Updated readme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymarois committed Aug 5, 2017
1 parent 4de2db8 commit 7567826
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ With Filebase, you are in complete control. Design your data structure the way y
Filebase is simple by design, but also has enough features for even the more advanced.

* Key-value and Multidimensional Data Storing
* Querying data
* Custom filters
* Caching (queries)
* [Querying data](https://github.com/tmarois/Filebase#8-queries)
* [Custom filters](https://github.com/tmarois/Filebase#7-custom-filters)
* [Caching](https://github.com/tmarois/Filebase#9-caching) (queries)
* File locking (on save)
* Customizable formatting (encode/decode)
* Validation (on save)
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) method APIs
* Customizable [formatting](https://github.com/tmarois/Filebase#2-formatting) (encode/decode)
* [Validation](https://github.com/tmarois/Filebase#6-validation-optional) (on save)
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) (method APIs)


## Installation
Expand Down Expand Up @@ -327,7 +327,7 @@ $usersWithGmail = $db->query()->where('email','LIKE','@gmail.com')->results();

```

To run the query use `results()`
To run the query use `results()` or `resultDocuments()`

### Methods:

Expand Down

0 comments on commit 7567826

Please sign in to comment.