| > No, SQLite's dynamic data types would silently coerce data just like opening a CSV directly with Excel does. SQLite's "dynamic data types" coerce data on input, not output. Once the data is in sqlite the way you wanted it, excel has no interpretation to perform, except insofar as really really wanting dates. > The advantage of CSV is that it's as accurate as your plain text representation of your data can be. Yeah nah. > SQLite is not intended for data serialization. It's intended for data storage to be read back by essentially the same application in the same environment. That's completely, absolutely, utterly, objectively, nonsensical. Data analysis, exchange, container, and archiving, are literally all use cases listed as "appropriate uses for sqlite" in "Situations Where SQLite Works Well" on the official sqlite website: https://www.sqlite.org/whentouse.html |
Cockiness tells me that you’re insecure about your knowledge, not that you know more than GP.