📄️ Query Builder
WordPress MVC (WPMVC) does not include an ORM or expressive database layer out of the box, but it fully supports using an optional fluent SQL query builder for structured database interactions. The recommended package for this purpose is 10quality/wp-query-builder, a standalone Composer library that provides a fluent, chainable API to build and execute SQL queries on top of WordPress's database layer.
📄️ Custom Models
WordPress MVC (WPMVC) allows you to work with custom database tables using the traits included in the 10quality/wp-query-builder package.