v1.0.0-beta
Release Notes - dataloom
We are pleased to release dataloom
ORM for python version 3.12
and above. The dataloom versio 1.0.0
released on (2024-02-11
) is bug-free and ready to be used with the following features.
Features
- Initial release of
dataloom
. - Lightweight and versatile Object-Relational Mapping (ORM) functionality.
- Support for
PostgreSQL
,MySQL
, andSQLite3
databases. - Simplified database interactions for developers.
What you can do
- Create records
- Delete records
- Update records
- Read records
- Inspect Models
- SQL logging
- Association Mapping
- Order Records
- Filter Records
- Select field in records
- etc.