Marc J. Schmidt
Marc J. Schmidt
I wrote my own postgres client and had the same performance characteristics that I had with mongo client driver. for fixed size data like numbers, boolean, etc the binary is...
Sure. I updated the PR.
Build failed due to coding style. Fixed.
Let's do some benchmarks vs better-sqlite, and if promising I'm open to add it
yes please
it's fine, not everyone needs a reverse proxy and has low load, for these use-cases we keep it
the timeout was removed. middlewares were added to somewhat support some basic express middlewars like compress, but it was more a hack to get basics working and is not in...
The bug in the code here comes from a misunderstanding. Encapsulated services like `SessionForRequest` can not be set via the root InjectorContext that you have in `event.injectorContext`. This context operates...
the fix did help, I tested it locally. I guess you have a new use-case/different code now. the error message indicates that the setter isn't working (maybe injected "module" is...
@alpharder is this issue still present?