Node.js ESM implementation of FAA NASR CSV to MySQL and per-table .tar.gz export.
Install: npm install; copy .env.example to .env; set MySQL values. Run node examples/get_current.mjs (or get_latest.mjs, get_all.mjs).
Lint: npm run lint. Test: npm test.