問題タブ [cassandra-driver]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
83 参照

node.js - Koa でオブジェクト ストリームを応答として送信する

DB クエリの結果をオブジェクトの配列としてクライアントに直接ストリーミングしたいと考えています。DB ドライバーは、オブジェクト モードで Readable Streams2 ストリームを返し、Rowインスタンスを発行します。Koa は文字列モードのストリームのみを受け入れます。この場合、2 つの型の間で変換を行う最善の方法は何ですか?