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.1.8

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

Uploaded Source

Built Distribution

pysqream_sqlalchemy-0.7-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pysqream_sqlalchemy-0.7.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for pysqream_sqlalchemy-0.7.tar.gz
Algorithm Hash digest
SHA256 3e5719621aa015b68d2d45ba677ed996265e757b0553db2a97ca299f80124eea
MD5 1414312dc18d292fabf9dd57e6194fdd
BLAKE2b-256 1cf33f2bc447a4273c4bf7a2908d6180e325c6477ffd7629e0d1230faf31eaa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysqream_sqlalchemy-0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f53eaace6b3e0536f80219b9c567998a4051f95823c563bd97e7f7aa5f46df2e
MD5 1a9ccffbb21bfcf13f77ea8f0a5e3b73
BLAKE2b-256 803e4eccf04dc094f5ec5b4c0644bf333bda20e7a3f52e59a389733bbdcd6349

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