diff -r 94b533007e77 -r 822ffd23d679 relpipe-data/examples-recfile.xml --- a/relpipe-data/examples-recfile.xml Mon Apr 08 13:37:35 2019 +0200 +++ b/relpipe-data/examples-recfile.xml Tue Apr 09 17:14:05 2019 +0200 @@ -11,7 +11,7 @@

Recfile is the native format of GNU Recutils. Recfiles are text files that contain records of various types. - They are human-editable and serve as a simple databases. + They are human-editable and serve as simple databases. support input and output in this format since v0.11.

@@ -77,12 +77,24 @@

+ Because some web browsers or tools can store the original URL in extended attributes while downloading a file, + we can use recsel to find files downloaded from some particular domain: +

+ + +

can be also used together with SQL-DK (in 2019-03-05 development version) to pipe data from big relational databases like PostgreSQL or MariaDB to other formats like recfiles. Having a script:

- +

We can convert result sets from any SQL queries to relational format and then work with such data without connection to the original database.