Skip to main content

pyhytechdb package is a set of DBMS HyTech(https://hytechdb.ru/)

Project description

Pyhytechdb

pyhytechdb package is a set of DBMS HyTech bindings for Python Pure python or Cython. Python Database API Specification v2.0 It works on Python 3.5+. Windows only For work you need:

Getting Started

import pyhytechdb

user = 'test'
passwd = 'test'
hdb = 'tcpip:/localhost:1000'

with pyhytechdb.connect(hdb, user, passwd) as connection:
    with connection.cursor() as cur:
        cur.execute("select * from foo;")
        print(cur.fetchone())

Installing

pip install pyhytechdb

Running the tests

setup test

Authors

Aleksandr Osipov aleksandr.osipov@zoho.eu

License

This project is licensed under the MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyhytechdb-1.0.2.tar.gz (150.9 kB view hashes)

Uploaded Source

Built Distributions

pyhytechdb-1.0.2-cp38-cp38-win32.whl (109.9 kB view hashes)

Uploaded CPython 3.8 Windows x86

pyhytechdb-1.0.2-cp37-cp37m-win32.whl (105.2 kB view hashes)

Uploaded CPython 3.7m Windows x86

pyhytechdb-1.0.2-cp36-cp36m-win32.whl (105.3 kB view hashes)

Uploaded CPython 3.6m Windows x86

pyhytechdb-1.0.2-cp35-cp35m-win32.whl (96.1 kB view hashes)

Uploaded CPython 3.5m Windows x86

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page