| ▲ | trgn 3 hours ago | |||||||
im sure, but honestly, i would love to have a db engine that just writes/reads csv or json. does it exist? | ||||||||
| ▲ | banana_giraffe 3 hours ago | parent | next [-] | |||||||
DuckDB can do exactly this, once you get the API working in your system, it becomes something simple like
Writing generally involves reading to an in-memory database, making whatever changes you want, then something like | ||||||||
| ▲ | herpdyderp 3 hours ago | parent | prev | next [-] | |||||||
I wrote a CSV DB engine once! I can't remember why. For fun? | ||||||||
| ||||||||
| ▲ | akdev1l 2 hours ago | parent | prev [-] | |||||||
SQLite can do it | ||||||||
| ||||||||