Grep versus FlatSQL versus MySQL: Queries using UNIX tools vs. a DBMS

This paper presents FlatSQL which is an SQL-like language that intended to be used with text files (flat files). In this way, the user get user interface that is similar to database management systems (DBMS) through FlatSQL while the advantages of text files remains, such as the simple and common format, and the diversity of the tools that work with text files.

Read the Research Discussion



For Programmers Series are documents provided by ResearchCoders that explain the ideas of the paper for the programmers, you can download them from here. Please note that we always recommend to read the original paper also for better understanding.

# Author Download
1 Mohammed Q. Hussain Download

If you've got an idea that has not mentioned in the original research and you think adding it to implemenations can be useful, you can share your idea here.

Share an Idea

#12 by jb

See https://github.com/BurntSushi/xsv/ ...

Read More