Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

nanoydb-0.1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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