v0.7.4
Release 0.7.4 - Initial Release
Date: Saturday, 17 August 2024
Overview
We are excited to announce the first official release of abarorm, a simple ORM library for Python. This release marks the initial version of the package, laying the foundation for future enhancements.
Key Features
- Basic ORM Functionality: Includes core features for defining models and performing CRUD operations.
- SQLite Support: Integrated support for SQLite, making it easy to use with Python applications.
Getting Started
To get started with abarorm
, install it via PyPI and check the documentation for usage examples and API details.
pip install abarorm
Future Plans
Future releases will focus on additional features, improvements, and extended support for other databases.
Thank you for your support and feedback!