December 23, 2014

DBify

A simple app that will allow you to call your DB directly, it's meant for playing and testing only.
Examples:
post("/sql", ["select * from test where hello=?", 1])
post("/mongo", ["find", {"hello": 1}])
Demo: https://dbify.herokuapp.com/