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.3.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

pysqream_sqlalchemy-0.3-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pysqream_sqlalchemy-0.3.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for pysqream_sqlalchemy-0.3.tar.gz
Algorithm Hash digest
SHA256 f462575eb571c089d2a4938fe7d0d64538cbeb93e6dad6336c193b7db1c62d43
MD5 025e3d2b736f137d961930a768b6549f
BLAKE2b-256 6112e2ed47e23a900fc1eb0bd67635497cdc59a9c68101277b9e015a67411694

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysqream_sqlalchemy-0.3-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for pysqream_sqlalchemy-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 303499ab6987780e80f85e4d6824f70212f2910077f7f92794b579b2d7ebbf93
MD5 cc129119fdea9f8e2c4e56b214e07f04
BLAKE2b-256 3878e9e4d3d1e8db50734b1a766f8a94ac56fa79585a0e841524e6c16076cb2d

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