Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Turn your CSV files to queryable objects.
Node-csv-query loads the entire CSV file in memory, thanks to *csv-parse*, then plug *lodash* manipulation functions on the loaded dataset.
This can be handy for demo project as your code will have a databsae ready syntax while your dataset is easily editable even for non developer.

> :warning:Warning:warning:: this library is not meant for performance!
> [!WARNING]
> this library is not meant for performance !

## How to use

Expand Down