Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.03 KB

File metadata and controls

45 lines (27 loc) · 1.03 KB

genro-orm

Python versions License: MIT

ORM layer for the Genropy framework

Status: Beta

Current Version: 0.1.0

This project is in early development. The architecture and features are still being defined.

Purpose

genro-orm will provide database abstraction and ORM capabilities for the Genropy framework.

Development

Setup Development Environment

# Clone the repository
git clone https://github.com/genropy/genro-orm.git
cd genro-orm

# Install in development mode
pip install -e .[dev]

# Run tests
pytest

License

MIT License - see LICENSE file for details

Contributing

Contributions and discussions are welcome! Please open issues on GitHub to discuss features and architecture decisions.

Links