Поиметь MySQL на node.js

Apr 12, 2013 18:45

Решил глянуть одним глазком в сторону node.js. Здесь буду перечислять найденные модули для сего рукоблудства:
  1. node-mysql - A node.js module implementing the MySQL protocol
  2. node-mysql-native - Yet another pure JS async driver. Pipelining, prepared statements.
  3. node-mysql-libmysqlclient - MySQL asynchronous bindings based on libmysqlclient
  4. node-mysql-pool - connection pool for node.js on top of Felix Geisendörfer’s MySQL client node-mysql.
  5. node-dbslayer - ??
  6. node-nodejsdb - Конструктор запросов к БД в стиле this.query().select(["id", "user", "email"]).from("users")...

Полный зверинец коннекторов :(
Previous post Next post
Up