|
Project Information
Links
|
oRestE gives you a fast way to expose your databases with a REST interface. The output can be in XML, CSV, XLS (csv with ; as separator) or fixed size oRestE is built on top of ERLANG (Introduction), MOCHIWEB and WEBMACHINE (webmachine.pdf) oRestE exposes sql queries using HTTP GET requests like
You simply need to add in a configuration file your sql queries like {user,
"select *
from
mdl_user
where
username ='{username}'"
}.Admin commands
User/password: user/pass (see file priv/dispatcher.conf) WIKI
|