File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,13 @@ Currently the application should work fine with:
46
46
- [ ] Run a parameterized query using a CSV for multiple inputs?
47
47
48
48
<!-- commands -->
49
-
50
49
# Command Topics
51
50
52
- - [ ` sqlq connection ` ] ( docs/connection.md ) - Create a connection to a database
53
- - [ ` sqlq help ` ] ( docs/help.md ) - Display help for sqlq.
54
- - [ ` sqlq history ` ] ( docs/history.md ) - Delete a history entry
55
- - [ ` sqlq query ` ] ( docs/query.md ) - Query data from a database by file
56
- - [ ` sqlq tool ` ] ( docs/tool.md ) - Create a tool
57
- - [ ` sqlq yeet ` ] ( docs/yeet.md ) - Run a query via connection string. Not saved in history.
51
+ * [ ` sqlq connection ` ] ( docs/connection.md ) - Create a connection to a database
52
+ * [ ` sqlq help ` ] ( docs/help.md ) - Display help for sqlq.
53
+ * [ ` sqlq history ` ] ( docs/history.md ) - Delete a history entry
54
+ * [ ` sqlq query ` ] ( docs/query.md ) - Query data from a database by file
55
+ * [ ` sqlq tool ` ] ( docs/tool.md ) - Create a tool
56
+ * [ ` sqlq yeet ` ] ( docs/yeet.md ) - Run a query via connection string. Not saved in history.
58
57
59
58
<!-- commandsstop -->
Original file line number Diff line number Diff line change 55
55
"files" : [
56
56
" /bin" ,
57
57
" /dist" ,
58
- " /oclif.manifest.json"
58
+ " /oclif.manifest.json" ,
59
+ " /prisma"
59
60
],
60
61
"homepage" : " https://github.com/nabeelvalley/sqlq" ,
61
62
"license" : " MIT" ,
72
73
"topics" : {}
73
74
},
74
75
"repository" : " nabeelvalley/sqlq" ,
75
- "version" : " 0.0.0 " ,
76
+ "version" : " 0.0.1 " ,
76
77
"bugs" : " https://github.com/nabeelvalley/sqlq/issues" ,
77
78
"keywords" : [
78
79
" oclif"
You can’t perform that action at this time.
0 commit comments