Ask a question to get started
Enter to sendā¢Shift+Enter new line
get_pks( self, expr: str | None = None, ) -> list[str]
expr
str | None
None
SQL boolean expression to filter rows, e.g.: id IN ('ABC123','DEF456') or title LIKE 'Abc%'. If None, returns all rows.
id IN ('ABC123','DEF456')
title LIKE 'Abc%'
Get primary keys, optionally filtered by expr.