A nano package for working with YDB Yandex Serverless Database
Project description
from nanoydb import Ydb
query="SELECT 30.0 as query_result"
ydb=Ydb(
ydb_endpoint='...',
ydb_database='...'
)
result=ydb.doquery(query)
val=result.get_single_value('query_result')
print(val)
#>30.0
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
nanoydb-0.1.0.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nanoydb-0.1.0.tar.gz.
File metadata
- Download URL: nanoydb-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8955c8cfd040f0b9135ae9bd07954b7f325b2a4e308d8e6f5c55176f4f887523
|
|
| MD5 |
66ee0fb827bf3d5ddf2b20bee259d0ac
|
|
| BLAKE2b-256 |
86530d78919c4ff09d13d38c586213d7ff1ac9bf171cf04777e6b6ce6fa6ad7d
|
File details
Details for the file nanoydb-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nanoydb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c34270da2e0bb8cc3ae3985efa3833d2a033c868e011e89605c3c5aa9e3d1432
|
|
| MD5 |
41c102f7254cdf523fb2fe19c6a8ca00
|
|
| BLAKE2b-256 |
775be6ef9c50dbc9f7e04222a6a59f4590521668d36cc66eeea0989b89d4ae1b
|