Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 759f2e9

Browse files
committed
first commit
0 parents  commit 759f2e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Description: I decided to build this script as a reference to myself on how to build an ORM.
2+
I'll be using this to build a administrative gui I've been thinking of doing for awhile now.
3+
4+
What is an ORM?
5+
ORM stands for Object Relational Model. To sum it up, your building an relational database, but that's a really simple definition.
6+
7+
Reference this link for more comprehensive details on what an ORM is about and other examples. (Why reinvent the wheel? I'd just be doing it to satisfy my own ego.)
8+
9+
https://www.fullstackpython.com/object-relational-mappers-orms.html
10+

0 commit comments

Comments
 (0)