node-persist
node-persist copied to clipboard
Enhancement: SELECT ... FOR UPDATE
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