SpectoLabs / hoverfly

Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
https://hoverfly.io
Apache License 2.0
2.36k stars 208 forks source link

SQL over CSV with tests and docs #1146

Closed stuioco closed 2 months ago

stuioco commented 3 months ago

Added support for SELECT, UPDATE, DELETE over CSV data sources in csvSQL template function.

Intention is to allow users to simulate a persistent CRUD datastore in a straightforward manner.

This in addition to template function earlier for simpler datasource manipulation.

Have included tests and documentation.

I am not sure how the documentation will render once compiled.

kapishmalik commented 3 months ago

Cool. This is nice 👍