[0.2.0](https://github.com/daireto/sqlactive/compare/v0.1.0...v0.2.0) (2025-02-10)
> Added new query methods for counting and searching rows. The `select` query method has been improved to allow replacing the columns clause without affecting other clauses such as `FROM`, `ORDER BY`, and `GROUP BY`.
Added
- Introduced `top`, `count`, `unique_count`, and `search` query methods.
Enhancements
- Improved the `select` query method to preserve existing clauses, including `FROM`.