Sabbir Amin

Writings Β· 5 Feb 2023

It was always fun to see how the ORM works.

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

Originally on LinkedIn