Python Connector for xBase 관련 정보

Python 애플리케이션에서 xBase 데이터베이스 제품군에 액세스하여 데이터에 대해 생성, 읽기, 업데이트 및 삭제 작업을 수행할 수 있습니다.

Python Connector for xBase is a reliable connectivity solution for accessing the xBase family of databases from Python applications to perform create, read, update, and delete operations on data. The solution fully implements the Python DB API 2.0 specification and is distributed as a wheel package for Windows, macOS, and Linux.

Python Connector for xBase Features

  • Direct Connection - The solution 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.
  • High Performance - The connector supports a direct connection to the xBase family of databases without the database client library. It also lets you submit multiple update statements to the database for processing as a batch to improve execution time.
  • Fast Deployment - If your Python application must be deployed on multiple user workstations, you don't have to supply the database client library for every user since this connector supports a direct connection.
  • Retrieval of Corrupted Data - The connector provides options for ignoring corrupted data and metadata errors in DBF tables. Corrupted data is skipped, while intact data is properly retrieved.
  • Platform Support - The Python connector is available for Windows 32-bit and 64-bit, macOS 64-bit, and Linux 64-bit.
  • Unicode-Compliant Connector - The Unicode-compliant connector lets you retrieve and update multilingual data, regardless of its character encoding (Chinese, Cyrillic, Hebrew, and more) in any language environment.
  • Data Types Support - The connector supports all xBase and Python data types. It offers additional options to control data type mapping between the xBase data types and Python data types.