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
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.)
0 commit comments