I don't need a library to work with CSV in any language. That alone is a deal breaker is plenty of situations, no matter how widespread the format becomes.
Isn't importing and using the SQLite library utterly trivial in modern versions of the most of the programming languages? Even in Fortran and COBOL it's just `use :: sqlite` and `set proc-ptr to entry "sqlite3.dll"` respectively.