I would like to store the values in a text file as values, separated by commas or tabs (this does not matter).
I am looking for a reusable library that can manipulate this data in this text file, as if it were a sql table.
I need select * from...and delete from where ID = ......(ID will be the first column in the text file).
Is there any plex code project that does this?
I don’t need complex functions like union or relationships. I will only have 1 text file, which will become 1 database table.
source
share