Skip to main content

SQLAlchemy dialect for SQreamDB

Project description

Requirements:

  • Python > 3.6. Python 3.8.1+ recommended

  • SQLAlchemy > 1.3.18

  • SQream DB-API Connector > 3.0.3

  • Cython (optional - improves performance)

Simple Usage Sample:

import sqlalchemy as sa

conn_str = "sqream://sqream:sqream@localhost:5001/master?use_ssl=True"
engine = create_engine(conn_str, echo = print_echo)

metadata = MetaData()
metadata.bind = engine

res = engine.execute('create or replace table test (ints int)')
res = engine.execute('insert into test values (5), (6)')
res = engine.execute('select * from test')

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

pysqream_sqlalchemy-0.4.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

pysqream_sqlalchemy-0.4-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file pysqream_sqlalchemy-0.4.tar.gz.

File metadata

  • Download URL: pysqream_sqlalchemy-0.4.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pysqream_sqlalchemy-0.4.tar.gz
Algorithm Hash digest
SHA256 a4db008f4ca46bcb03aa809437a578dade65d60eac570a1a09383595f71bf690
MD5 64f0b99f1f63adbe4dd954ca9eab381c
BLAKE2b-256 49cd858ed659c4764e308dcd8143167be5b331b1d75aa635e680760cf52288e5

See more details on using hashes here.

File details

Details for the file pysqream_sqlalchemy-0.4-py3-none-any.whl.

File metadata

  • Download URL: pysqream_sqlalchemy-0.4-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pysqream_sqlalchemy-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0979394d70abe2edaa2b75e3db2ad0230233fb4126f0563dcd0f587c683b5472
MD5 1940da3366291de8a166346ace1bae35
BLAKE2b-256 a681745e79e4610448b00bcf334435e8ea5a565004cd7231c70f334b50c33142

See more details on using hashes here.

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