quickmongo icon indicating copy to clipboard operation
quickmongo copied to clipboard

Quick mongodb wrapper for beginners that provides key-value based interface.

Results 4 quickmongo issues
Sort by recently updated
recently updated
newest added
trafficstars

can you add a `list` method? ### what is it? it's a method which will return all existing keys starting from a prefix ### example? suppose I have these keys:...

enhancement

I tried using quickmongo as MongoDriver, but got this error. ``` node_modules/.pnpm/[email protected]/node_modules/quickmongo/dist/index.d.ts(12,154): error TS2344: Type 'string' does not satisfy the constraint 'ResolveSchemaOptions'. ```

When using the quickmongo module, I am encountering a memory allocation error that results in an unexpected termination of my application. The problem occurs during the execution of certain operations...