Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
* [*] readme fix
  • Loading branch information
KarelWintersky committed Jan 25, 2022
1 parent 71040e9 commit c210e92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ $query = $fluent->deleteFrom('article', 1)->execute(); // shorter version if del

***Note**: INSERT, UPDATE and DELETE queries will only run after you call `->execute()`*

## ToDo

https://github.com/diamond-dino21/fluentpdo/commits/master

## License

Free for commercial and non-commercial use under the [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) or [GPL 2.0](http://www.gnu.org/licenses/gpl-2.0.html) licenses.

0 comments on commit c210e92

Please sign in to comment.