Skip to content

json2sql v0.1.0

Latest

Choose a tag to compare

@Coding-Dev-Tools Coding-Dev-Tools released this 15 May 03:24
· 12 commits to main since this release

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