Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

execsql

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

execsql - pypi Package Compare versions

Comparing version
1.130.1
to
1.131.0
+4
-3
execsql.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: execsql
Version: 1.130.1
Version: 1.131.0
Summary: Runs a SQL script against a PostgreSQL, SQLite, MariaDB/MySQL, DuckDB, Firebird, MS-Access, MS-SQL-Server, or Oracle database, or an ODBC DSN. Provides metacommands to import and export data, copy data between databases, conditionally execute SQL and metacommands, and dynamically alter SQL and metacommands with substitution variables. Data can be exported in 18 different formats, including CSV, TSV, ODS, HTML, JSON, LaTeX, and Markdown tables, and using custom templates.

@@ -34,2 +34,3 @@ Home-page: https://osdn.net/project/execsql/

![execsql logo](https://execsql.readthedocs.io/en/latest/_images/execsql_logo_01.png) *Multi-DBMS SQL script processor.*
*execsql.py* is a Python program that runs a SQL script stored in a text file

@@ -65,4 +66,4 @@ against a PostgreSQL, MS-Access, SQLite, DuckDB, MS-SQL-Server, MySQL, MariaDB,

* Export tables and views as formatted text, comma-separated values (CSV), tab-separated
values (TSV), OpenDocument spreadsheets, HTML tables, JSON, XML, LaTeX tables, HDF5
tables, unformatted (e.g., binary) data, or several other formats.
values (TSV), OpenDocument spreadsheets, HTML tables, JSON, XML, LaTeX tables, Typst
tables, HDF5 tables, unformatted (e.g., binary) data, or several other formats.
* Export data to non-tabular formats using several different

@@ -69,0 +70,0 @@ template processors.

Metadata-Version: 2.1
Name: execsql
Version: 1.130.1
Version: 1.131.0
Summary: Runs a SQL script against a PostgreSQL, SQLite, MariaDB/MySQL, DuckDB, Firebird, MS-Access, MS-SQL-Server, or Oracle database, or an ODBC DSN. Provides metacommands to import and export data, copy data between databases, conditionally execute SQL and metacommands, and dynamically alter SQL and metacommands with substitution variables. Data can be exported in 18 different formats, including CSV, TSV, ODS, HTML, JSON, LaTeX, and Markdown tables, and using custom templates.

@@ -34,2 +34,3 @@ Home-page: https://osdn.net/project/execsql/

![execsql logo](https://execsql.readthedocs.io/en/latest/_images/execsql_logo_01.png) *Multi-DBMS SQL script processor.*
*execsql.py* is a Python program that runs a SQL script stored in a text file

@@ -65,4 +66,4 @@ against a PostgreSQL, MS-Access, SQLite, DuckDB, MS-SQL-Server, MySQL, MariaDB,

* Export tables and views as formatted text, comma-separated values (CSV), tab-separated
values (TSV), OpenDocument spreadsheets, HTML tables, JSON, XML, LaTeX tables, HDF5
tables, unformatted (e.g., binary) data, or several other formats.
values (TSV), OpenDocument spreadsheets, HTML tables, JSON, XML, LaTeX tables, Typst
tables, HDF5 tables, unformatted (e.g., binary) data, or several other formats.
* Export data to non-tabular formats using several different

@@ -69,0 +70,0 @@ template processors.

![execsql logo](https://execsql.readthedocs.io/en/latest/_images/execsql_logo_01.png) *Multi-DBMS SQL script processor.*
*execsql.py* is a Python program that runs a SQL script stored in a text file

@@ -32,4 +33,4 @@ against a PostgreSQL, MS-Access, SQLite, DuckDB, MS-SQL-Server, MySQL, MariaDB,

* Export tables and views as formatted text, comma-separated values (CSV), tab-separated
values (TSV), OpenDocument spreadsheets, HTML tables, JSON, XML, LaTeX tables, HDF5
tables, unformatted (e.g., binary) data, or several other formats.
values (TSV), OpenDocument spreadsheets, HTML tables, JSON, XML, LaTeX tables, Typst
tables, HDF5 tables, unformatted (e.g., binary) data, or several other formats.
* Export data to non-tabular formats using several different

@@ -36,0 +37,0 @@ template processors.

@@ -8,3 +8,3 @@ import setuptools

setuptools.setup(name='execsql',
version='1.130.1',
version='1.131.0',
description="Runs a SQL script against a PostgreSQL, SQLite, MariaDB/MySQL, DuckDB, Firebird, MS-Access, MS-SQL-Server, or Oracle database, or an ODBC DSN. Provides metacommands to import and export data, copy data between databases, conditionally execute SQL and metacommands, and dynamically alter SQL and metacommands with substitution variables. Data can be exported in 18 different formats, including CSV, TSV, ODS, HTML, JSON, LaTeX, and Markdown tables, and using custom templates.",

@@ -11,0 +11,0 @@ author='Dreas Nielsen',

Sorry, the diff of this file is too big to display