🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

sqlpy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlpy

Write actual SQL to retrieve your data.

0.3.5
PyPI
Maintainers
1

SQLpy - it's just SQL

With SQLpy you can work directly with advanced SQL from the comfort of your Python code. Write SQL in .sql files and Python in .py files, with all the correct highlighting, linting and maintainability that comes with it. - Write and run the exact SQL code you want - Use advanced SQL techniques such as - CTEs - subqueries - recursion - distinct on, partition over (), etc... - Dynamically build SQL queries for different purposes - Use the latest features available in your database system

Links

  - `documentation <https://sqlpy.readthedocs.io>`_
  - `development <https://github.com/9fin/sqlpy>`_


Keywords

sql

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts