We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d309fdd commit 8207dd4Copy full SHA for 8207dd4
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json2sql-cli",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Convert JSON data to SQL INSERT statements. CLI tool for transforming JSON files/streams into relational SQL.",
5
"author": "Revenue Holdings <engineering@revenueholdings.dev>",
6
"license": "MIT",
@@ -16,12 +16,21 @@
16
"json2sql": "cli.js"
17
},
18
"keywords": [
19
+ "json-to-sql",
20
"json",
21
"sql",
22
+ "database",
23
"converter",
24
+ "postgres",
25
+ "mysql",
26
+ "sqlite",
27
+ "schema-inference",
28
+ "ddl",
29
+ "insert-statements",
30
"cli",
- "json-to-sql",
- "database"
31
+ "data-migration",
32
+ "developer-tools",
33
+ "etl"
34
],
35
"files": [
36
"cli.js"
0 commit comments