Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fdb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fdb

The Python driver for Firebird

  • 2.0.2
  • Source
  • PyPI
  • Socket score

Maintainers
1

==================================== FDB - The Python driver for Firebird

|docs|

Home_ * Documentation_ * Bug Reports_ * Source_

FDB is a Python_ library package that implements Python Database API 2.0-compliant support for the open source relational database Firebird ®. In addition to the minimal feature set of the standard Python DB API, FDB also exposes the entire native (old-style) client API of the database engine. Notably:

  • Automatic data conversion from strings on input.
  • Automatic input/output conversions of textual data between UNICODE and database character sets.
  • Support for prepared SQL statements.
  • Multiple independent transactions per single connection.
  • All transaction parameters that Firebird supports, including table access specifications.
  • Distributed transactions.
  • Firebird BLOB support, including support for stream BLOBs.
  • Support for Firebird Events.
  • Support for Firebird ARRAY data type.
  • Support for all Firebird Services

FDB also contains extensive collection of submodules that simplify various Firebird-related tasks. Notably:

  • Database schema
  • Firebird monitoring tables
  • Parsing Firebird trace & audit logs
  • Parsing Firebird server log
  • Parsing Firebird gstat utility output

|donate|

.. _Python: http://python.org .. _Python Database API 2.0: http://www.python.org/dev/peps/pep-0249/ .. _Firebird: http://www.firebirdsql.org .. _Bug Reports: http://tracker.firebirdsql.org/browse/PYFB .. _Home: http://www.firebirdsql.org/en/devel-python-driver/ .. _Source: https://github.com/FirebirdSQL/fdb .. _Documentation: http://fdb.readthedocs.io/en/v2.0/

.. |donate| image:: https://www.firebirdsql.org/img/donate/donate_to_firebird.gif :alt: Contribute to the development :scale: 100% :target: https://www.firebirdsql.org/en/donate/

.. |docs| image:: https://readthedocs.org/projects/fdb/badge/?version=v2.0 :alt: Documentation Status :scale: 100% :target: http://fdb.readthedocs.io/en/v2.0/

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc