Skip to content

Releases: v1p3r75/NexaORM

v1.1.1

10 Mar 20:49
8a9e7b2
Compare
Choose a tag to compare

What's Changed

  • Added a setter for config file attribute by @v1p3r75 in #15

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Mar 00:16
f14636b
Compare
Choose a tag to compare

What's Changed

  • Adding features and fixing some bugs by @v1p3r75 in #13

Full Changelog: v1.0.0...v1.1.0

First release

07 Mar 14:48
683894d
Compare
Choose a tag to compare

Features:

  • Attribute Annotations: Define entity properties using expressive annotations, making it easy to map database columns to PHP properties.
  • Relationships: Define and work with relationships between entities using straightforward annotations.
  • Models : Provide a foundation for representing and managing data objects within the application.
  • Simplified Query Building: Construct database queries effortlessly with a simple and intuitive query builder.
  • Auto-Migration: NexaORM includes an auto-migration feature that simplifies the process of updating the database schema to match changes in entity definitions.
  • Flexible Configuration: NexaORM is designed with flexibility in mind, allowing developers to adapt the library to their specific project requirements.