All Projects → FirebirdSQL → fdb

FirebirdSQL / fdb

Licence: other
Firebird Driver for Python

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to fdb

tarantool.ex
Tarantool client library for Elixir projects
Stars: ✭ 26 (-46.94%)
Mutual labels:  driver
fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (-26.53%)
Mutual labels:  driver
CQLdriver.jl
A Julia package for interfacing with CQL compliant databases.
Stars: ✭ 15 (-69.39%)
Mutual labels:  driver
pg async.rs
Asynchronous, HA (master-master) PostgreSQL driver on top of libpq.
Stars: ✭ 40 (-18.37%)
Mutual labels:  driver
pcd8544
Minimal footprint library for Philips PCD8544 LCDs on the Arduino.
Stars: ✭ 87 (+77.55%)
Mutual labels:  driver
libwsk
The Kernel-Mode Winsock library, supporting TCP, UDP and Unix sockets (DGRAM and STREAM).
Stars: ✭ 117 (+138.78%)
Mutual labels:  driver
vertica-sql-go
Official native Go client for the Vertica Analytics Database.
Stars: ✭ 52 (+6.12%)
Mutual labels:  driver
w1-gpio-cl
Command line configured kernel mode 1-wire bus master driver. w1-gpio standard Linux module enhancement/substitution.
Stars: ✭ 17 (-65.31%)
Mutual labels:  driver
ALSA-RAVENNA-AES67-Driver
RAVENNA AES-67 ALSA driver (a clone of the original provided by Merging Technologies)
Stars: ✭ 20 (-59.18%)
Mutual labels:  driver
ErpNet.FP
ErpNet.FP is a light-weight cross-platform Http server facilitating printing to fiscal printers through simple JSON Api.
Stars: ✭ 75 (+53.06%)
Mutual labels:  driver
neo4j-java-driver-spring-boot-starter
Automatic configuration of Neo4j's Java Driver for Spring Boot applications
Stars: ✭ 33 (-32.65%)
Mutual labels:  driver
book linuxkernel blockdrv
Learn how multi-queue block device in Linux kernel v4.4 works
Stars: ✭ 69 (+40.82%)
Mutual labels:  driver
SimpleBLE
The ultimate fully-fledged cross-platform BLE library, designed for simplicity and ease of use.
Stars: ✭ 122 (+148.98%)
Mutual labels:  driver
staubli
ROS-Industrial Staubli support (http://wiki.ros.org/staubli)
Stars: ✭ 15 (-69.39%)
Mutual labels:  driver
fuerte
Low Level C++ Driver for ArangoDB
Stars: ✭ 41 (-16.33%)
Mutual labels:  driver
Apex-Legends-SDK
Open Source Cheat for Apex Legends, designed for ease of use. Made to understand reversing of Apex Legends and respawn's modified source engine as well as their Easy Anti Cheat Implementation.
Stars: ✭ 101 (+106.12%)
Mutual labels:  driver
dokan-delphi
Dokan Delphi Wrapper
Stars: ✭ 48 (-2.04%)
Mutual labels:  driver
hid-tmff2
Linux kernel module for Thrustmaster T300RS and T248
Stars: ✭ 83 (+69.39%)
Mutual labels:  driver
dbx4fb
dbExpress driver for Firebird
Stars: ✭ 22 (-55.1%)
Mutual labels:  firebird
pyderman
Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
Stars: ✭ 24 (-51.02%)
Mutual labels:  driver

FDB - The Python driver for Firebird

Documentation Status

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

Contribute to the development

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].