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