Le 2 août 2011 à 10:04, Rickard Öberg <[email protected]> a écrit : > >>> I'd like to have a simple blobstore, i.e. viewing the SQL database as a >>> plain key-value store. >> >> In that case, that sounds incredibly simple to (naive) me... >> >> INSERT ... INTO store VALUES key, json >> SELECT json FROM store WHERE key='123' >> UPDATE store SET json='{...}' WHERE key='123' >> >> Is there any more to it?
That's exactly what entitystore-sql do plus optimistic lock handling. Not more. /Paul -- Sent from my Vectrex using a joystick _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

