pgApex

Web Rapid Application Development tool for PostgreSQL.

What you need?

PostgreSQL, Python, CherryPy, psycopg2-2.4.2, ...

or

PostgreSQL, Java, Tomcat, ...

How it works

CherryPy is HTTP server (listener) which keep information about session. CherryPy forwards requests including session variables from client to PostgreSQL database. In database, stored procedure using session information, variables, etc. and database tables "draws" application pages and return html code to CherryPy. CherryPy than returns html page to client. And back to start...

or

Tomcat is http server (listener) which keep information about session. Java app installed on tomcat forwards requests including session variables from client to PostgreSQL database. In database, stored procedure using session information, variables, etc. and database tables "draws" application pages and return html code to Java app. Tomcat than returns html page to client. And back to start...

Comment

This is my first OSS project. I have a lot other job to do, so my resources are not so big.

Live Preview

http://95.85.49.98:8081/apex/q

 

Last edit: Đorđe Cvijanović 2014-12-18