Check if a Row Exists
Check if a row exists in a database table.
db.exists()
db.exists()
Used for checking if a row exists in a table.
Usage
Parameters:
A query object of a database row, returned by the different selection methods.
Example
You have to use first()
since db.get_by()
returns a list* of rows.
* = Not a "normal" list, a query object.
Last updated