Skip to content

Commit b2ecfcb

Browse files
Fix UTF-8 encoding (mojibake) and update branding to DevForge
1 parent 1580803 commit b2ecfcb

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# json2sql
1+
# json2sql
22

33
[![GitHub stars](https://img.shields.io/github/stars/Coding-Dev-Tools/json2sql?style=social)](https://github.com/Coding-Dev-Tools/json2sql/stargazers)
44
[![Awesome DevOps](https://img.shields.io/badge/Awesome_DevOps-Submitted-grey?logo=github)](https://github.com/wmariuss/awesome-devops)<!-- PR #433 -->
@@ -12,7 +12,7 @@ Convert JSON files and datasets to SQL INSERT statements. Supports nested JSON,
1212
[![LibHunt](https://img.shields.io/badge/LibHunt-%E2%87%92-blue?logo=codeigniter)](https://www.libhunt.com/r/Coding-Dev-Tools/json2sql)
1313
[![Awesome Python](https://img.shields.io/badge/Awesome_Python-%E2%87%92-blue?logo=python)](https://github.com/uhub/awesome-python)
1414

15-
**Why json2sql?** Moving data from JSON into a database should be one command, not a script you maintain. json2sql takes JSON files — flat or nested — and produces correct SQL INSERT statements in your dialect of choice. Nested objects are automatically flattened into relational tables. Arrays become multiple INSERT rows. Type inference handles strings, numbers, booleans, and nulls without configuration. Pipe data from stdin, specify the table name, and get clean SQL out. Zero dependencies beyond Python 3.10+ and the CLI.
15+
**Why json2sql?** Moving data from JSON into a database should be one command, not a script you maintain. json2sql takes JSON files flat or nested and produces correct SQL INSERT statements in your dialect of choice. Nested objects are automatically flattened into relational tables. Arrays become multiple INSERT rows. Type inference handles strings, numbers, booleans, and nulls without configuration. Pipe data from stdin, specify the table name, and get clean SQL out. Zero dependencies beyond Python 3.10+ and the CLI.
1616

1717
## Installation
1818

@@ -47,7 +47,7 @@ Then run: `json2sql --help`
4747
## Quick Start
4848

4949
```bash
50-
# Basic usage — converts JSON to SQL INSERT statements
50+
# Basic usage converts JSON to SQL INSERT statements
5151
json2sql convert data.json
5252

5353
# Specify output dialect
@@ -87,37 +87,37 @@ sqlite3 test.db < seed.sql
8787

8888
## Pricing
8989

90-
json2sql is one of eight tools in the Revenue Holdings suite. One license covers all CLI tools.
90+
json2sql is one of eight tools in the DevForge suite. One license covers all CLI tools.
9191

9292
| Plan | Price | Best For |
9393
|------|-------|----------|
94-
| **Free** | $0 | Individual devs, OSS — CLI only, limited rows |
95-
| **json2sql Individual** | **$9/mo** ($7 billed annually) | Professional devs — unlimited rows, batch processing |
96-
| **Suite (all 8 tools)** | **$49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings |
97-
| **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs — API access, CI/CD integration, priority support |
94+
| **Free** | $0 | Individual devs, OSS CLI only, limited rows |
95+
| **json2sql Individual** | **$9/mo** ($7 billed annually) | Professional devs unlimited rows, batch processing |
96+
| **Suite (all 8 tools)** | **$49/mo** ($39 billed annually) | Full DevForge toolkit 40% savings |
97+
| **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs API access, CI/CD integration, priority support |
9898
| **Enterprise** | Custom | SSO, RBAC, compliance reports, dedicated support |
9999

100-
🔹 **No lock-in**: CLI works fully offline on the free tier — no telemetry, no phone-home.
101-
🔹 **Annual billing**: Save 20%.
100+
🔹 **No lock-in**: CLI works fully offline on the free tier no telemetry, no phone-home.
101+
🔹 **Annual billing**: Save 20%.
102102

103103
### Per-Tier Features
104104

105105
| Feature | Free | json2sql | Suite | Team | Enterprise |
106106
|---------|:----:|:--------:|:-----:|:----:|:----------:|
107-
| CLI: convert, pipe | ✓ | ✓ | ✓ | ✓ | ✓ |
108-
| Unlimited rows per conversion | — | ✓ | ✓ | ✓ | ✓ |
109-
| Batch processing | — | ✓ | ✓ | ✓ | ✓ |
110-
| Schema generation | — | ✓ | ✓ | ✓ | ✓ |
111-
| API access | — | — | — | ✓ | ✓ |
112-
| Compliance reports | — | — | — | — | ✓ |
113-
| RBAC | — | — | — | — | ✓ |
114-
| SSO / SAML / OIDC | — | — | — | — | ✓ |
107+
| CLI: convert, pipe | | | | | |
108+
| Unlimited rows per conversion | | | | | |
109+
| Batch processing | | | | | |
110+
| Schema generation | | | | | |
111+
| API access | | | | | |
112+
| Compliance reports | | | | | |
113+
| RBAC | | | | | |
114+
| SSO / SAML / OIDC | | | | | |
115115
| Priority support | Community | 24h | 24h | 8h | Dedicated |
116116

117117
---
118118

119119
<p align="center">
120-
<sub>Part of <a href="https://coding-dev-tools.github.io/revenueholdings.dev/">Revenue Holdings</a> — CLI tools built by autonomous AI.</sub>
120+
<sub>Part of <a href="https://coding-dev-tools.github.io/devforge.dev/">DevForge</a> CLI tools built by autonomous AI.</sub>
121121
</p>
122122

123123
## License

0 commit comments

Comments
 (0)