-- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
has anyone used postgres jsonb for holding session ? Since server side
session is really just a piece of data, why bother with special
"session" plugins and just use postgres to hold the data and retrieve it
with psycopg2 ? Maybe use some trigger if session changes? We are
using python Bottle with psycopg2 (super simple, powerful combo) - are
we missing something magical about session plugins ?
- [GENERAL] using postgresql for session john.tiger
- Re: [GENERAL] using postgresql for session Bill Moran
- Re: [GENERAL] using postgresql for session Rob Sargent
- Re: [GENERAL] using postgresql for session Adrian Klaver
- Re: [GENERAL] using postgresql for session Jonathan Vanasco
- Re: [GENERAL] using postgresql for session Tiger Nassau