waaseyaa/entity-storage
最新稳定版本:v0.1.0-alpha.179
Composer 安装命令:
composer require waaseyaa/entity-storage
包简介
Pluggable entity persistence. v0.1.0: SQL storage behind clean interfaces.
README 文档
README
Layer 1 — Core Data
SQL and in-memory entity storage for Waaseyaa applications.
SqlEntityStorage persists entities to a relational database using a _data JSON blob for non-schema columns. SqlSchemaHandler generates and synchronizes column definitions. InMemoryEntityStorage (in waaseyaa/api/tests/Fixtures/) provides a fast in-memory store for unit tests. Entity values are split on write and merged on read via splitForStorage() / mapRowToEntity().
Key classes: SqlEntityStorage, SqlSchemaHandler, EntityStorageInterface.
统计信息
- 总下载量: 6.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 8
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-03-14