Diego Parisi
Diego Parisi
Hi, I PR a Fiber adapter here: #137 If you can't wait the merge you can use it from my repo: https://github.com/gandaldf/scs I also put an example on how to...
Hi @farfloat I'm glad to hear it. About the CSRF middleware I don't know, I didn't try it; could you try it and report your results here?
@farfloat have you tried the fiber adpter with the CSRF middleware? Did you have any problems?
Could you please post your code? A simple example (even if not working) would be helpfull to debug and serve as a common reference.
Mm... I've tried to keep it simpler, removing Gorilla Mux and the CORS handler: ```go package main import ( "fmt" "github.com/alexedwards/scs/v2" "github.com/r3labs/sse/v2" "net/http" "time" ) func main() { server :=...
@alexedwards I updated Bun test on #139 in the same way.
😅 It's the one I use most... and I think it used often by others, maybe not as much as Postgres or MySQL but something to care about.
Ok! If you set the code for MySQL and SQLite I will try to expand it for MSSQL.
The first thing that comes to my mind is to rename every current bench file with `_pg` suffix, make copies of them adding `_mysql`, `_sqlite`, `_mssql`. For every new copy...
Can you please check if my proposed solution #783 works for you?