Skip to main content

GET_ITEM

Constant GET_ITEM 

Source
pub const GET_ITEM: &str = "\
SELECT seq, link_id, flags, object_hash, meta, sort_key, level FROM items \
WHERE collection = :collection AND seq = :seq AND deleted = 0";
Expand description

Fetches one live item by its public id (seq), the client-facing key.