meni3a

Results 2 issues of meni3a

## Description: I would like to propose an enhancement to Remult by adding `updateMany` and `deleteMany` methods to the repository interface, which can be implemented across various database types. Currently,...

enhancement

Code: ```js import ollama from 'ollama' const response = await ollama.chat({ model: 'llama3:8b', format: 'json', messages: [{ role: 'user', content: 'What color is the sky at different times of the...