Skip to main content

SQLAlchemy dialect for SQreamDB

Project description

Requirements:

  • Python > 3.9+

  • SQLAlchemy = 1.4.46

  • SQream DB-API Connector >= 3.2.5

  • Cython (optional - improves performance)

Simple Usage Sample:

import sqlalchemy as sa
import pandas as pd

conn_str = "sqream://sqream:sqream@localhost:3108/master"
engine = sa.create_engine(conn_str, connect_args={"clustered": True})

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

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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: pysqream_sqlalchemy-0.8.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pysqream_sqlalchemy-0.8.tar.gz
Algorithm Hash digest
SHA256 f922ade41de1eddaf5ba667645f46369bef976e178514bf4b1eff5744752425e
MD5 19f0e1b7036e7180b89c7ae2ca4ff682
BLAKE2b-256 79e2ea08d52d14dd1348c4d2590941acd6ca38b09a82272bc3e69ff12e06d423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysqream_sqlalchemy-0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 bd10f45a97c444e00328e5cfe409bd16a3131ba08178dd08154a11ffda215df2
MD5 7cccdc3e23a116a87705989d6a5d5a3e
BLAKE2b-256 26a241cbb748cfab93de82c08370a5eee5a408f123aa28dae83a0c71695d2643

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