前回、Deep Researchで集めた素晴らしい情報が、JSONファイルの肥大化で使えなくなった話をしました。 AIに相談したところ「SQLiteに移行すれば?」という提案をもらいましたが...正直言って不安でした。Node.js? SQLite? どちらも初めて聞く言葉ばかり。 でも ...
AIエージェントの標準プロトコルとして急速に普及している「MCP(Model Context Protocol)」。既に様々な公式・コミュニティ製MCPサーバーが公開されていますが、既存のツールを組み合わせるだけでは物足りなさを感じていませんか? 本記事では、npmパッケージ ...
Relational databases are a key component of the software landscape. SQLite is a simple but versatile implementation with a variety of use cases. Node 22.5 introduces ...
Lite ORM is a lightweight SQLite-first ORM built around a C++ N-API addon and a small JavaScript ORM layer. It gives you a query builder, schema builder, migrations, typed models, relationships, ...
This project documents a complete learning journey from zero to a production-ready REST API. Starting with Node.js native HTTP module, progressing through Express.js, and finally integrating SQLite ...