Sujet : Re: PJBS for Python
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 26. Jan 2025, 18:46:28
Autres entêtes
Organisation : SunSITE.dk - Supporting Open source
Message-ID : <679674f3$0$711$14726298@news.sunsite.dk>
References : 1
User-Agent : Mozilla Thunderbird
On 1/19/2025 2:35 PM, Arne Vajhøj wrote:
PJBridge.php is very simple so it was easy to convert to Python:
Python app with PJBridge class-->proxy process with JDBC driver-->database
And I even created a DB API 2.0 layer on top of it to be more Pythonesque:
Python app with PJBS and PJBridge classes-->proxy process with JDBC driver-->database
And it seems to work reasonable well.
If anyone want to play with it then it is available at:
https://www.vajhoej.dk/arne/vmsstuff/pjbs/
I have update the ZIP with a few small changes needed
to make it work with Python 2 as well (VMS Alpha).
Arne