# ksycopg2 **Repository Path**: LFunTech/ksycopg2 ## Basic Information - **Project Name**: ksycopg2 - **Description**: 人大金仓数据库Python驱动程序,基于psycopg2改造。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-10-02 - **Last Updated**: 2025-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ksycopg2 - 人大金仓数据库驱动程序 ============================================= 基于 psycopg2 开源驱动改造。 Installation ------------ Building ksycopg requires a few prerequisites (a C compiler, some development packages): please check the install_ and the faq_ documents in the ``doc`` dir or online for the details. If prerequisites are met, you can install ksycopg like any other Python package, using ``pip`` to download it from PyPI_:: $ pip install git+https://gitee.com/LFunTech/ksycopg2.git or using ``setup.py`` if you have downloaded the source package locally:: $ python setup.py build $ sudo python setup.py install Windows 下先下载安装 PostgreSQL 12 并将其安装目录下的 bin 子目录加入到 PATH 中,执行以下命令安装: > python setup.py build > python setup.py install