Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがデータベースにクエリを実行し、適切にフォーマットされた txt ファイルを結果と共にダウンロードできるようにしたいと考えています。これを行う最善の方法は何ですか?現在、一時ファイルに書き込み、ユーザーにダウンロードさせ、蓄積されたファイルを週に1回削除しています。これを行う NodeJS の方法はありますか?