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.129.1
to
1.129.2
+1
-1
execsql.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: execsql
Version: 1.129.1
Version: 1.129.2
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.

@@ -5,0 +5,0 @@ Home-page: https://osdn.net/project/execsql/

Metadata-Version: 2.1
Name: execsql
Version: 1.129.1
Version: 1.129.2
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.

@@ -5,0 +5,0 @@ Home-page: https://osdn.net/project/execsql/

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

setuptools.setup(name='execsql',
version='1.129.1',
version='1.129.2',
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