xanderyzwich / datapy

File based database without external dependencies.
Apache License 2.0
3 stars 2 forks source link

File Queries #7

Open xanderyzwich opened 4 years ago

xanderyzwich commented 4 years ago

Adhoc queries should allow someone to query data files without setting up a db.

datapy --file --select * from <datafile_name>.csv where $1 = '<some string>' datapy -fsa from <datafile_name>.csv where $1 = '<some string>'