datapod_api 0.1.0
datapod_api: ^0.1.0 copied to clipboard
Core annotations and base interfaces for the Datapod ORM framework.
datapod_api #
The core API for the Datapod ORM. This package contains the annotations and base interfaces required to define entities and repositories.
✨ Features #
- Annotations:
@Entity,@Repository,@Column,@Id,@OneToMany, etc. - Base Interfaces:
BaseRepository,DatapodDatabase,DatabaseConnection. - Relationship Support: Definitions for
FetchTypeandCascadeType.
📖 Usage #
This package is intended to be used as a dependency in your application code where you define your data models.
For full documentation, see the root README.