Python Connector for InterBase 관련 정보

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

Python Connector for InterBase is a reliable connectivity solution for accessing InterBase from Python applications to perform create, read, update, and delete operations on stored 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 InterBase Features

  • High Performance - The connector lets you submit multiple update statements to the InterBase database server for processing as a batch to improve execution time.
  • Secure Communication - The connector supports the Over-the-Wire (OTW) encryption feature of InterBase to encrypt data during the transmission process.
  • Database Compatibility - The connector is compatible with all InterBase database server and client library versions, starting with InterBase 4.2.
  • 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 InterBase and Python data types. It offers additional options to control data type mapping between the InterBase data types and Python data types.