alexedwards / scs

HTTP Session Management for Go
MIT License
2.02k stars 165 forks source link

docs: expand table of built-in stores with more details #213

Open rmmh opened 1 month ago

rmmh commented 1 month ago

This should help people choose which store backend to use.

For my particular use case, I wanted something embeddable that also supports multi-process (to use cloudflare/tableflip), which curiously only SQLite ended up supporting.