It was always fun to see how the ORM works. For last couple of weeks I was thinking to write a ORM in python from scratch only to know them better.
So, here I started to write one to experience it better.
Meet LightORM π‘π§ΊποΈ - a super lightweight MySQL ORM written in python. Being a side-project, it is not well furnished and should not be used in a serious project. But hey, you can always fork it and contribute your leisure time improving it.
Both GitHub and pypi links are in the comments below. Peace. π
Let's Write it From Scratch. β
GitHub: github.com/sabbiramin113008/tinyorm
Pypi Installation: pypi.org/project/lightorm
#python #github #orm #database #project