"simpleorm is a lightweight, engine-agnostic ORM designed for Data scientists and Engineers. who work with existing databases and want simple, powerful SQL-like operations — without heavy frameworks."
- ⚡ Engine-Agnostic (SQLite, PostgreSQL, MySQL, and more)
- 📚 No Heavy Migrations or Schema Management
- 🧩 Easy to Extend with Inheritance and Abstraction
- 🛠 Perfect for Data Engineering and Data Science Pipelines
simpleorm : when you need SQL superpowers with Python simplicity.
pip install simpleorm
or install from source:
git clone https://github.com/open-techie/simpleorm.git
cd simpleorm
pip install .