Skip to main content

Library to use more sql-commands

Project description

sqlextension

This module makes some SQL commands available for use with python-sql.

Install

pip install mds-sqlextension

Available SQL commands

  • AnyInArray (any)

  • ArrayAgg (array_agg)

  • Ascii (ascii)

  • Concat2 (concat)

  • FuzzyEqal (%)

  • Lower (lower)

  • Replace (replace)

  • RPad (rpad)

  • SplitPart (split_part)

  • StringAgg (string_agg)

To make FuzzyEqual work, call CREATE EXTENSION pg_trgm; in PostgreSQL.

Requires

  • python-sql

Changes

0.1.4 - 12/14/2017

  • bugfix: import-syntax in python3

  • added docstrings for help

0.1.3 - 07/14/2017

  • added ‘split_part’

0.1.2 - 06/09/2017

  • import optimized

0.1.1 - 06/09/2017

  • first public version

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

mds-sqlextension-0.1.4.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distributions

mds_sqlextension-0.1.4-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

mds_sqlextension-0.1.4-py2-none-any.whl (5.4 kB view hashes)

Uploaded Python 2

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