diff --git a/README.md b/README.md index c123552aee..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. @@ -426,6 +427,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