From 860b5a8d057a25206361d44d80452e423a2d7812 Mon Sep 17 00:00:00 2001 From: Rakesh Singh Date: Mon, 31 Aug 2026 08:15:37 +0200 Subject: [PATCH 1/2] Added JayDeBeApi This module allows one to connect to various databases using JDBC drivers within Python. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c123552aee..aaa81c5953 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ _Libraries for connecting and operating databases._ - [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse. - Other Relational Databases - [pyodbc](https://github.com/mkleehammer/pyodbc) - An ODBC bridge for connecting to SQL Server and any other ODBC-accessible database. + - [JayDeBeApi](https://github.com/baztian/jaydebeapi) - JayDeBeApi allows you to connect databases using Java JDBC. - [oracledb](https://github.com/oracle/python-oracledb) - The official Python driver for Oracle Database, successor to cx_Oracle. - [mssql-python](https://github.com/microsoft/mssql-python) - Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage. - NoSQL Databases From dcb98034b1c15366d9354d2485bbe6caa19e95e6 Mon Sep 17 00:00:00 2001 From: Rakesh Singh Date: Mon, 31 Aug 2026 08:27:18 +0200 Subject: [PATCH 2/2] Added the PY4WEB framework py4web is a framework for rapid development of secure database driven web applications. It is the successor of web2py but much improved. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aaa81c5953..d6373b8bc9 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ _Traditional full stack web frameworks. Also see [Web APIs](#web-apis)._ - [awesome-pyramid](https://github.com/uralbash/awesome-pyramid) - [fasthtml](https://github.com/AnswerDotAI/fasthtml) - The fastest way to create an HTML app. - [awesome-fasthtml](https://github.com/amosgyamfi/awesome-fasthtml) + - [py4web](https://github.com/web2py/py4web) - PY4WEB is a full stack web framework for the rapid development of efficient database driven web applications. - Asynchronous - [starlette](https://github.com/Kludex/starlette) - A lightweight ASGI framework and toolkit for building high-performance async services. - [tornado](https://github.com/tornadoweb/tornado) - A web framework and asynchronous networking library.