DBSlayer - what is it actually doing?

I recently stumbled upon DBslayer ( http://code.nytimes.com/projects/dbslayer/wiki/WhyUseIt ) and wondered what is the actual advantage of using it as an interface for mysql.

As far as I understand, it works as a proxy server for mysql and offers an HTTP / JSON interface. So? Why should I use this installation instead of connecting directly to mysql?

+3
source share
2 answers

It sits in front of the mysql server and gives you the ability to execute requests through the REST api - so you can use it from any application without having to go through the headache when establishing database connections and using the driver.

, , , - nodejs, json, dbslayer.

.

0

MySQL API - . , db .

, node.js Tornado Web.

DbSlayer http://plurk.com

0

Source: https://habr.com/ru/post/1744154/


All Articles