Add full CRUD support and query operator utilities
Introduces DeleteManager and UpdateManager for delete and update operations, respectively, and extends SelectManager with flexible column filtering and bulk selection. Adds a query_operators utility for standardized filter operators. Updates documentation and examples to reflect full CRUD support and bumps version to 0.1.8.