Metadata-Version: 2.3
Name: lush-dal-protocol
Version: 0.2.2
Summary: DAL (Data Access Layer) protocol for the lush ecosystem
Author: straydragon
Author-email: straydragon <straydragonl@foxmail.com>
License: Apache-2.0
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pydantic>=2.3.0,<3.0.0
Requires-Dist: typing-extensions>=4.12.2
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# lush-dal-protocol

ORM 无关的数据访问层 (DAL) 协议抽象包。

仅包含纯 Protocol / 接口声明，不依赖任何具体 ORM。
下游适配包（如 `lush-sqlalchemyx`）负责实现这些协议。
