apache - Porting application which uses Oracle mod_plsql to PostgreSQL -


i need port application uses oracle mod_plsql postgresql. database procedures called on http use of apache + mod_plsql. procedures ported postgresql, can not find replacement apache + mod_plsql part. have experience on ho , use?

update (to make stuff more clear):

see: http://docs.oracle.com/cd/b14099_19/web.1012/b14010/concept.htm how mod_plsql work.

what need way call function on postgrsql as:

protocol://hostname[:port]/dad_location/[[!][schema.][package.]proc_name[?query_string]]

ei:

http://www.acme.com:9000/pls/mydad/mypackage.myproc?a=v&b=1

you fork nodejs based implementation of mod_plsql nodeplsql starting point , "simply" replace oracle access postgreesql. should able use pretty of logic in nodejs , need change way how code interacts database in oracle.js module. please keep me posted, if go way.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -