Add documention

This commit is contained in:
Ege Emir Özkan
2020-08-10 04:43:41 +03:00
parent efe8ef1d5c
commit 951623617c

View File

@@ -79,4 +79,4 @@ latter fetches all records. Both return a tuple of `class_` objects.
The last helper method, `fetch_if(class_, condition)` fetches all The last helper method, `fetch_if(class_, condition)` fetches all
the records of type `class_` that fit a certain condition. Here conditions the records of type `class_` that fit a certain condition. Here conditions
must be written is SQL syntax. must be written is SQL syntax. Be careful about the string espacially.