Changes between Version 18 and Version 19 of DatabaseBasedAnalysis/rootifysql
- Timestamp:
- 01/06/21 10:28:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/rootifysql
v18 v19 83 83 }}} 84 84 85 To pass fixed arguments to rootifysql use something line 86 87 {{{ 88 #!/usr/bin/env -S rootifysql --force --accurate --ignore-null -C my-uri.rc 89 SELECT 'Hello World!' 90 }}} 91 85 92 Now make it executable for yourself 86 93 {{{ … … 92 99 user@machine> ./query.sql [options] 93 100 }}} 94 95 with the [options] from {{{rootifysql}}}. If you prefix your query file with96 {{{97 #!/path/to/rootifysql -C /path/to/resources.rc98 }}}99 100 you can even have a dedicated resource file.101 102 101 103 102