Skip to main content

LIST_COLLECTIONS

Constant LIST_COLLECTIONS 

Source
pub const LIST_COLLECTIONS: &str = "\
SELECT id, account, kind, name, parent, color, description, sort_order, generation \
FROM collections ORDER BY sort_order IS NULL, sort_order, id";
Expand description

Lists every collection with its display metadata and generation, ordered by sort_order then id, the ones carrying no sort order coming last.