Skip to content

v1.0.0-beta

Compare
Choose a tag to compare
@CrispenGari CrispenGari released this 11 Feb 08:17
· 80 commits to main since this release

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, and SQLite3 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.