Skip to content

open-techie/simpleorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ..!⭐️


Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages