Releases: v1p3r75/NexaORM
Releases · v1p3r75/NexaORM
v1.1.1
v1.1.0
First release
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.