1 repo
Tools for managing the lifecycle of database connections in high-level languages.
Distinguishing note: Focuses on Python context managers for database lifecycles.
Explore 1 awesome GitHub repository matching data & databases · Database Resource Managers. Refine with filters or upvote what's useful.
DuckDB is an in-process analytical database engine designed to run directly within an application process. As a zero-dependency, embedded system, it provides enterprise-grade SQL data processing capabilities without the overhead of managing a dedicated database server. It is built to handle complex analytical and aggregation tasks by storing and retrieving information in columns, allowing for high-performance relational data manipulation. The engine distinguishes itself through a columnar vectorized execution model that maximizes CPU cache efficiency during query operations. It employs adapti
Provides Python resource managers to control connection lifecycles and engine settings.