Python Connector for xBase

Overview - Python Connector for xBase

Overview

Python Connector for xBase is a connectivity solution for accessing FoxPro, Visual FoxPro, dBase, and other databases in DBF file formats from Python applications. It fully implements the Python DB API 2.0 specification. The connector is distributed as a wheel package for Windows, macOS, and Linux.

Direct connection

The connector enables you to establish a direct connection to Visual FoxPro, dBase, and other xBase databases eliminating the need for the client library. A direct connection increases the speed of data transmission between a Python application and an xBase database and simplifies the deployment.

Direct connection to xBase

Local indexing

The connector offers an internal data indexing mechanism that is way more efficient than native DBF indexes for complex queries.

Retrieval of corrupted data

You can choose to ignore corrupted data and metadata errors in DBF tables. Corrupted data is skipped, while intact data is properly retrieved.

Compatibility

Supported platforms

Note: For details on supported OS versions, check the compatibility page of your Python version.

© 2022-2024 Devart. All Rights Reserved. Request Support Python Connectors Forum Provide Feedback