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

Uploaded Source

Built Distribution

pysqream_sqlalchemy-0.2-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pysqream_sqlalchemy-0.2.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

File hashes

Hashes for pysqream_sqlalchemy-0.2.tar.gz
Algorithm Hash digest
SHA256 8f920b072424ff5a7ea18d0765408c427df5e4730fb2c336c13f2d92bf12ba90
MD5 b906ad3ec3e4901a50e717abd86224b7
BLAKE2b-256 ec3aad084727485f3ee6cd51f9263b4913de989d7149bff3721157bb094af445

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysqream_sqlalchemy-0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.5 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

File hashes

Hashes for pysqream_sqlalchemy-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7973ff7ec18e8d2bea567b41854e7870eeb6028e4c0d81d66fddad7fd639a836
MD5 e2f4444d8062303f7f6bd238d87ab70d
BLAKE2b-256 0d61a3e482a7a59d3cf726930dfb017d8fd7e9b741a6dd4de29230a39d07467b

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