Monolithic microservices look like a perfect anti-pattern. Worst of the both worlds, so to say.
IMHO the monolithic microservice (or distributed monolith) is when you don't have firm service boundaries - eg. services can read each other data if they want, sidestepping endpoints/handlers.
Actio avoids that mistake. Each service has its own database.