Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down