Skip to content

Commit

Permalink
Update read me.
Browse files Browse the repository at this point in the history
  • Loading branch information
cney@synertic.fr authored and cney@synertic.fr committed Oct 8, 2015
1 parent 1676668 commit df0a9dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SQPersist

Objective-C Persistence framework wrapper around SQLite.

```Version 1.0.4```
```Version 1.0.5```

What is it?
-----------
Expand Down Expand Up @@ -170,6 +170,11 @@ existingUser.deleteObject = YES;

The ***cascade*** option delete all sub-objects (childrens) contains by the main entity object.

```
// DELETE Objects with WHERE conditions :
[Car SQPDeleteWhere:@"color != 'black' AND name = 'Porsche'"];
```

SELECT One object
--------------------
To select one objet you can use 3 methods ***SQPFetchOneByID*** or ***SQPFetchOneWhere:*** or ***SQPFetchOneByAttribut:withValue:***.
Expand Down
Binary file not shown.

0 comments on commit df0a9dc

Please sign in to comment.