Devart Python Connectors
Access database connector for Python
Publisher
DevartSubcategories
Average rating
Deze score is berekend door AI op basis van publiek beschikbare informatie.
5 / 5
About this software
Python Connector for Microsoft Access is a DB API 2.0 compliant driver that lets Python applications access .mdb and .accdb databases. It supports direct connections without installing Microsoft Access or the Access Database Engine, and is distributed as wheel packages for pip installation on Windows, macOS, and Linux. The connector supports Python 3.7–3.13 and offers data type mapping, SQLAlchemy and pandas compatibility, and a read-only multi-user mode.
Purchase
Devart Python Connectors
In Stock
Delivery: 1 working day
This product is available, please contact us for the price
Do you need more information or looking for another license?
Benefits
- Direct access: Connects directly to Access files without installing Access or its engine
- Cross-platform support: Works on Windows, macOS, and Linux platforms
- DB API compliance: Implements Python DB API 2.0 for standard database interactions
- Data type mapping: Provides controls to map Access data types to Python types
- Wheel distribution: Distributed as wheel packages for pip installation and deployment
Available languages
- English
Support information
- Product documentation: Comprehensive online documentation covers installation, configuration, and API usage.
- Support portal: Submit requests and track issues through Devart's support portal and contact forms.
- Community forum: Join the Python Connectors forum to ask questions and share feedback.
- License activation: Activate purchased licenses using the documented activation procedure on Devart's site.
- Compatibility updates: Compatibility and platform updates are published in the product documentation and release notes.
Frequently asked questions
What are Devart Python Connectors?
Devart Python Connectors are Python database drivers that provide a DB-API-compatible interface for connecting applications to relational databases, executing SQL, managing transactions, and handling connections and cursors.
How are Devart Python Connectors installed in Python projects?
Install via standard Python packaging tools (for example, pip) or by adding the connector package to project dependencies, then import the connector module in application code.
Can Devart Python Connectors be used with ORMs like SQLAlchemy?
Yes; DB-API-compatible connectors can be used as the underlying DB-API driver for ORMs such as SQLAlchemy, allowing ORM queries and transactions to run through the connector.
What connection features do Devart Python Connectors typically provide?
Common features include parameterized queries, prepared statements, transaction control, connection pooling, Unicode support, and secure connections where the connector exposes SSL/TLS configuration options.