In the tests that use a database, this distinguishes using an ORM vs. direct SQL queries. From the guide on the filters panel:
We classify object-relational mappers as follows:
Full, meaning an ORM that provides wide functionality, possibly including a query language.
Micro, meaning a less comprehensive abstraction of the relational model.
Raw, meaning no ORM is used at all; the platform's raw database connectivity is used.
We classify object-relational mappers as follows: Full, meaning an ORM that provides wide functionality, possibly including a query language. Micro, meaning a less comprehensive abstraction of the relational model. Raw, meaning no ORM is used at all; the platform's raw database connectivity is used.