1 repositorio
Closes every active database connection at once through a single method call.
Distinct from Database Connectivity: Distinct from Database Connectivity: focuses on bulk closure of all connections, not general connectivity management.
Explore 1 awesome GitHub repository matching data & databases · Bulk Connection Closures. Refine with filters or upvote what's useful.
Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS
Closes every active database connection at once through a single method call.