The feature to load csv is pretty handy if you just need to figure out how to prototype a database from jumbled CSV data without worrying about types and then using SQL instead of messing around too hard on scripts to merge things into a third normal form. From there, export to something like postgres can happen if that's more suited to your use case.