I want to use txt files as database. Is there any advice, like a list of best practices, for people who want to use txt files as database? For example:
- Should I use only one-line files, avoiding carriage return, etc?
- Should the file be ASCII, ANSI, UNICODE, or anyone is good?
- Should I keep the files clean from some specific set of ASCII, ANSI, UNICODE characters (etc) that could corrupt the data?
- Should I use CSV or TSV or TXT or anyone is good?
- etc...
Please, any help would be apreciated. For me, txt files seems as the perfect solution, but may be something I cannot see for now that could put me in trouble.