File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,14 +46,13 @@ Currently the application should work fine with:
4646- [ ] Run a parameterized query using a CSV for multiple inputs?
4747
4848<!-- commands -->
49-
5049# Command Topics
5150
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.
5857
5958<!-- commandsstop -->
Original file line number Diff line number Diff line change 5555 "files" : [
5656 " /bin" ,
5757 " /dist" ,
58- " /oclif.manifest.json"
58+ " /oclif.manifest.json" ,
59+ " /prisma"
5960 ],
6061 "homepage" : " https://github.com/nabeelvalley/sqlq" ,
6162 "license" : " MIT" ,
7273 "topics" : {}
7374 },
7475 "repository" : " nabeelvalley/sqlq" ,
75- "version" : " 0.0.0 " ,
76+ "version" : " 0.0.1 " ,
7677 "bugs" : " https://github.com/nabeelvalley/sqlq/issues" ,
7778 "keywords" : [
7879 " oclif"
You can’t perform that action at this time.
0 commit comments