diff -r 418e11eb6fea -r 192b0059a6c4 relpipe-data/examples-in-filesystem-tr-sql-indexing.xml --- a/relpipe-data/examples-in-filesystem-tr-sql-indexing.xml Thu May 21 01:23:23 2020 +0200 +++ b/relpipe-data/examples-in-filesystem-tr-sql-indexing.xml Sat Jun 06 01:57:24 2020 +0200 @@ -26,7 +26,7 @@ + | relpipe-tr-sql --data-source-string 'Driver=SQLite3;Database=file:bin.sqlite']]>

This index allows us to do fast searches and various analysis. @@ -34,7 +34,7 @@

@@ -75,7 +75,7 @@

+ | relpipe-tr-sql --data-source-string 'Driver=SQLite3;Database=file:bin.sqlite']]>

And then we can make a „popularity contest“ and find 20 most often used libraries:

--xattr option).

+

+ n.b. if we use a database frequently it is convenient to configure it as a data source in the ~/.odbc.ini file + – and then connect to it using the --data-source-name option and its name. +

+