Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fsql #38

Closed
Hiranyaloka opened this issue Apr 8, 2018 · 1 comment
Closed

fsql #38

Hiranyaloka opened this issue Apr 8, 2018 · 1 comment

Comments

@Hiranyaloka
Copy link

App::fsql - https://metacpan.org/release/App-fsql

Perl5, using SQL::Statement, a pure Perl SQL parsing and execution engine

Perform SQL queries against files in CSV/TSV/LTSV/JSON/YAML formats. Each file will be regarded as a SQL table. Data grouping, joining, or filtering with SQL expressions and functions.
As a bonus, you can also modify data (currently CSV only) via SQL INSERT or DELETE commands.

fsql - https://metacpan.org/pod/distribution/App-fsql/bin/fsql

License - Same as Perl
https://metacpan.org/source/PERLANCAR/App-fsql-0.22/LICENSE

@dbohdan
Copy link
Owner

dbohdan commented Apr 9, 2018

Added in d0db7bc. The custom SQL interpreter is really interesting. Thank you for the suggestion!

@dbohdan dbohdan closed this as completed Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants