Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 23:12
· 112 commits to main since this release

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.