Parents : Database Management Systems

Date and time note was created$= dv.current().file.ctime
Date and time note was modified$= dv.current().file.mtime

ORM generally standing for Object Relational Mapping is a technique that helps us query and manipulate the database using object orientation paradigm.

Basically its an abstraction over simple database methods. You don’t use SQL directly in ORM instead you use a wrapper that does that for you.

Advantages

Related

References

Footnotes