scs
scs copied to clipboard
HTTP Session Management for Go
Splitted feature from #132
Forked, updated and cleaned the original gorqlite client to support prepared statements.
For some stores (e.g. firestory) deleting a record that does not exist might produce an error.
Hello How can I connect scs with Fiber??
When using the `First` function, `gorm` will log that it failed to find a record. Since this case is valid in `scs` it makes no sense to log it. By...
Hello, I want to implement Server Sent Events and am using this library: https://github.com/r3labs/sse The library expects the `http.ResponseWriter` to be able to cast to a `http.Flusher` for flushing. The...
This should fix the gorm test when there is no env var set
Splitted feature from #132
Splitted feature from #132