Skip to content

Releases: Coding-Dev-Tools/json2sql

json2sql v0.1.0

15 May 03:24

Choose a tag to compare

json2sql v0.1.0

Convert JSON data to SQL INSERT statements — CLI tool supporting nested objects, arrays, multiple SQL dialects (MySQL, PostgreSQL, SQLite), and type inference.

Features:

  • Convert JSON → SQL INSERT with nested object/array flattening
  • Multiple SQL dialect support (MySQL, PostgreSQL, SQLite)
  • Schema-only mode for DDL generation
  • Smart type mapping and edge-case handling
  • CLI interface with stdin/stdout support

Usage: json2sql convert data.json --dialect postgres