Metadata-Version: 2.4
Name: evoid-postgresql
Version: 0.1.0
Summary: PostgreSQL storage engine via SQLAlchemy for EVOID
License-Expression: MIT
Keywords: evoid,intent-oriented,iop,postgresql
Requires-Python: >=3.12
Requires-Dist: asyncpg>=0.29.0
Requires-Dist: evoid>=0.4.0
Requires-Dist: sqlalchemy[asyncio]>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# evoid-postgresql

PostgreSQL storage engine via SQLAlchemy for EVOID

## Install

```bash
pip install evoid-postgresql
```

## Usage

```python

```

## Links

- [EVOID Runtime](https://github.com/EvolveBeyond/EVOID)
- [Documentation](https://evolvebeyond.github.io/EVOID/)
- [Plugin Collection](https://evolvebeyond.github.io/EVOID/learn/plugin-collection/)

## License

MIT
