From b55dc991243d240aa2790a6734a512e46f3a64dd Mon Sep 17 00:00:00 2001 From: Coding-Dev-Tools Date: Mon, 18 May 2026 08:02:25 -0400 Subject: [PATCH] Add json2sql-cli to Data Ingestion / ETL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3920b7e..30a5510 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,7 @@ _Libraries for data extraction, transformation, and loading pipelines across mul - General - [dlt](https://github.com/dlt-hub/dlt) - A Python library for building data pipelines with automatic schema inference, incremental loading, and support for multiple sources and destinations. + - [json2sql-cli](https://github.com/coding-dev-tools/json2sql) - Convert JSON files and APIs to SQL schemas, inserts, and queries with auto schema inference. - Financial Data - [akshare](https://github.com/akfamily/akshare) - A financial data interface library, built for human beings! - [edgartools](https://github.com/dgunning/edgartools) - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.