connect-session-knex
                                
                                
                                
                                    connect-session-knex copied to clipboard
                            
                            
                            
                        incompitable types: 'generateDdlCommands' is missing in type Raw<any> but required in Knex.Raw<any>
"knex": "^0.95.11"
This happened to me after updating knex versions, I think they changed around how their exports work in their declaration files
Looks like the author is working on a solution, but it's not on NPM yet