You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,12 @@ Before you head over, read the [Contribution Guide](CONTRIBUTING.md) first. You
77
77
-[Redis](#redis)
78
78
-[MemCached](#memcached)
79
79
-[Apache Cassandra](#apache-cassandra)
80
+
-[ORM](#orm)
81
+
-[SQLAlchemy](#sqlalchemy)
82
+
-[Django ORM](#django-orm)
83
+
-[Tortoise](#tortoise)
84
+
-[Peewee](#peewee)
85
+
-[Pony ORM](#pony)
80
86
-[Clean Code](#clean-code)
81
87
-[Clean Architecture](#clean-architecture)
82
88
-[Caching](#caching)
@@ -673,6 +679,61 @@ Before you head over, read the [Contribution Guide](CONTRIBUTING.md) first. You
673
679
- ✅ [Clean Code in Python by Mariano Anaya](https://www.amazon.com/Clean-Code-Python-maintainable-efficient/dp/1800560214)
674
680
-[Code Complete: A Practical Handbook of Software Construction, Second Edition by Steve Mcconnell](https://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670)
0 commit comments