Skip to content

Releases: daireto/sqlactive

v0.2.0

11 Feb 00:57
Compare
Choose a tag to compare

0.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.

v0.1.0

09 Feb 23:12
Compare
Choose a tag to compare

0.1.0 (2025-02-09)

First release.

Features

  • Asynchronous Support: Async operations for better scalability.
  • ActiveRecord-like methods: Perform CRUD operations with a syntax similar to Peewee.
  • Django-like queries: Perform intuitive and expressive queries.
  • Nested eager loading: Load nested relationships efficiently.
  • Automatic timestamps: Auto-manage created_at and updated_at fields.
  • Dictionary serialization: Convert models to JSON-friendly dictionaries with ease.