For many use cases, the ORM module cache needs to be manually cleared.
This is useful in cases where you are bootstrapping mocha tests and need isolation, or are pooling resources on a server.
This can be done by calling orm.singleton.clear().
Can someone update the documentation to reflect this?
For many use cases, the ORM module cache needs to be manually cleared.
This is useful in cases where you are bootstrapping mocha tests and need isolation, or are pooling resources on a server.
This can be done by calling orm.singleton.clear().
Can someone update the documentation to reflect this?