pyhytechdb package is a set of DBMS HyTech(https://hytechdb.ru/)
Project description
PYHYTECHDB
========
pyhytechdb package is a set of DBMS HyTech(https://hytechdb.ru/)
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:
- hscli.dll - API of the client part of DBMS HyTech 2.5 (https://hytechdb.ru/index.php?s=prod)
- hsheap.dll
- hsinpt.dll
- hslogf.dl
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
========
setup install
Running the tests
========
setup test
Authors
========
ALEKSANDR OSIPOV aleksandr.osipov@zoho.eu
License
========
This project is licensed under the MIT License
========
pyhytechdb package is a set of DBMS HyTech(https://hytechdb.ru/)
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:
- hscli.dll - API of the client part of DBMS HyTech 2.5 (https://hytechdb.ru/index.php?s=prod)
- hsheap.dll
- hsinpt.dll
- hslogf.dl
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
========
setup install
Running the tests
========
setup test
Authors
========
ALEKSANDR OSIPOV aleksandr.osipov@zoho.eu
License
========
This project is licensed under the MIT License
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(149.5 kB
view details)
Built Distributions
File details
Details for the file pyhytechdb-1.0.1.tar.gz
.
File metadata
- Download URL: pyhytechdb-1.0.1.tar.gz
- Upload date:
- Size: 149.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0b5f811c1ffb71f75092301ef63c1d6083b1b16328c59416ee719686a37a62cf
|
|
MD5 |
ffec33a94a016ed2a29810f2310d1755
|
|
BLAKE2b-256 |
359e37ad740ba55a8f3a24f4cf94561c5f9476839ffa55a8d58ddd04b8065250
|
File details
Details for the file pyhytechdb-1.0.1-cp36-cp36m-win32.whl
.
File metadata
- Download URL: pyhytechdb-1.0.1-cp36-cp36m-win32.whl
- Upload date:
- Size: 107.6 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4ccb2834bd097f006dfa58c42283d535592d2a144ea7a93deb5969fbc03fb0a4
|
|
MD5 |
52080a795ff08dc406a99a3027eaee43
|
|
BLAKE2b-256 |
255de9ab90c5ccf8f6aca21acdbd6683a8f24c71f345a574e78b05b781f3cdbe
|
File details
Details for the file pyhytechdb-1.0.1-cp35-cp35m-win32.whl
.
File metadata
- Download URL: pyhytechdb-1.0.1-cp35-cp35m-win32.whl
- Upload date:
- Size: 103.4 kB
- Tags: CPython 3.5m, Windows x86
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1ffdcc9eac93bd13a9e1c98bce6f66b246ac551ec77befdeae0774fa1aa07bf4
|
|
MD5 |
d71bceab59b2aef4872a7e7816013e5c
|
|
BLAKE2b-256 |
3c299f7414a41c4fdfb8bd3ce421c12f3a42a82116dc1499e95982383a385bcb
|