{ "info": { "author": "Ryszard Ludwinowski", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Database" ], "description": "pyfirebirdsql package is a set of Firebird RDBMS bindings for Python.\r\n\r\nIt is implemented using ctypes and allows connection to the database by Classic Firebird Server or through the Embedded Firebird Server\r\n\r\nconnection via the Classic Firebird Server::\r\n\r\n import pyfirebirdsql\r\n conn = pyfirebirdsql.connect(dsn='localhost:database.fdb', user='sysdba', password='***')\r\n cur = conn.cursor()\r\n cur.execute(\"select * from table\")\r\n for row in cur.fetchall():\r\n print(row)\r\n\r\nconnection via the Embedded Firebird Server::\r\n\r\n import pyfirebirdsql\r\n conn = pyfirebirdsql.connect(dsn='localhost:database.fdb', user='sysdba', password='***', embedded=True)\r\n cur = conn.cursor()\r\n cur.execute(\"select * from table\")\r\n for row in cur.fetchall():\r\n print(row)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyfirebirdsql", "package_url": "https://pypi.org/project/pyfirebirdsql/", "platform": "", "project_url": "https://pypi.org/project/pyfirebirdsql/", "project_urls": null, "release_url": "https://pypi.org/project/pyfirebirdsql/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Firebird RDBMS bindings for Python", "version": "0.0.1" }, "last_serial": 299587, "releases": { "0.0.1": [] }, "urls": [] }