Aleksei Gagarin
Aleksei Gagarin
It looks like a request for a new interface `Cycle\ORM\QueryBuilderInterface` with methods `select($role): Select`, `update(...)` and `delete(...)` The `select()` method just returns the `Cycle\ORM\Select` class. `update()` and `delete()` methods must...
adds `FOR UPDATE` when you build SELECT query https://www.cockroachlabs.com/blog/select-for-update/
> **Note** > We can use some static or global `WeakMap` to move the internal properties outside
are you sure the problem is not about timezone?
We have frozen support for [our own ODM](https://github.com/spiral-modules/odm). However, you can take any MongoDB integration and integrate it with the framework through bootloaders.
I prefer to use a config dto instead of a bilder
Hi. Is there any way inside bootstrap to know which test suite is running? Excluding hacks like `$GLOBALS['argv']`
Depends on https://github.com/cycle/orm/issues/376
Thanks for the answer. Have you thought about making a grpc service with a prepared docker file? In such a case, any language client could communicate over grpc. Do you...