node-persist icon indicating copy to clipboard operation
node-persist copied to clipboard

Enhancement: SELECT ... FOR UPDATE

Open mcandre opened this issue 12 years ago • 0 comments

MySQL provides SELECT ... FOR UPDATE, a locking read. It would be nice for Node apps to access this through node-persist rather than a raw SQL command.

http://dev.mysql.com/doc/refman/5.0/en/innodb-locking-reads.html

mcandre avatar Apr 18 '13 17:04 mcandre