typeorm-store icon indicating copy to clipboard operation
typeorm-store copied to clipboard

A TypeORM-based store for express-session.

Results 6 typeorm-store issues
Sort by recently updated
recently updated
newest added

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. Release notes Sourced from es5-ext's releases. 0.10.64 (2024-02-27) Bug Fixes Revert update to postinstall script meant to fix Powershell issue, as it's a regression...

dependencies

Thanks for this library! Is there a version that is compatible with Typeorm 0.3.7? I'm getting this error when trying to install with npm: Could not resolve dependency: peer typeorm@"^0.2.7"...

Lets say I want to associate a user ID with my session entity, so I can easily retrieve all sessions from a user for a feature such as "logout from...

Error: Argument passed in must be a single String of 12 bytes or a string of 24 hex characters at new ObjectID (/home/container/node_modules/bson/lib/bson/objectid.js:59:11) at MongoEntityManager. (/home/container/node_modules/typeorm/entity-manager/MongoEntityManager.js:183:84) at step (/home/container/node_modules/tslib/tslib.js:143:27) at...

When using the latest version of typeorm ``` npm install typeorm@next```, I'm getting this error: ```Type 'Repository' is not assignable to type 'Repository'.```

``` Type 'Repository' is not assignable to type 'Repository'. Types of property 'findOne' are incompatible. Type '{ (id?: string | number | Date | ObjectID, options?: FindOneOptions): Promise; (options?: FindOneOptions):...