Quick links: Content - sections - sub sections
EN fr

Plugin jDb PgSQL Asy

by Yannick DEVOS

This project does not exists anymore. Some links are broken.

This jDb plugin add three routines to the default Jelix PostgreSQL driver. These routines call the three PHP commands : pg_send_query(), pg_get_result(), pg_connection_busy(). In order to allow for multiple parallel queries, a new connection is made to the database each time you call pg_send_query(). Be careful as this can quickly lead to a database overload. It is not recommended to use this plugin an a hosted website. Only use it on your own dedicated server.

Referenced by yan_vn

Last version

Béta 0.99 (pre-alpha)
  • Released on 09/29/2013
  • Compatible Jelix 1.5
Changelog

Première version, encore en tests.