Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.37 KB

File metadata and controls

50 lines (30 loc) · 1.37 KB

simpleorm

Docs

"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.


🚀 Installation

 pip install simpleorm

or install from source:

    git clone https://github.com/open-techie/simpleorm.git

    cd simpleorm

    pip install .

Documentation

read the documentation [ here ] https://simpleorm.readthedocs.io


⭐️ If you find this project helpful, please give it a star and consider sharing ..!⭐️