It's depend on the type of app. For this problem you have nothing to do with node. Its totally upto your db. Node is mostly used with nosql dbs and running with mysql is also not uncommon.
In mongodb, they don't have transactions but they have atomic operations. If your app is using mysql, I hope node-mysql driver supports transactions. Read and try more node. You'll understand. On Thu, Dec 20, 2012 at 8:31 AM, Charlie Circle <[email protected]> wrote: > For serious web applications, transaction is crucial. -- Arunoda Susiripala @arunoda <http://twitter.com/arunoda> <http://gplus.to/arunoda>https://github.com/arunoda http://www.linkedin.com/in/arunoda -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
