ORM is not the database access layer you are looking for.
The data in your computer program needs to be in a format that's easy for your program to use.
(Different strokes for different folks.)
ORM is not the database access layer you are looking for.