Node.js 내장 SQLite 완전 가이드 — 외부 패키지 없이 바로 쓰는 실전 DB
Node.js 22.5.0부터 npm install 없이 쓸 수 있는 node:sqlite 모듈. DatabaseSync, StatementSync, 트랜잭션, 사용자 정의 함수까지 실제 실행한 코드와 로그로 정리했다.
jangwook.net
Personal technical notes on AI agents, automation, developer tools, and the process of building software.
Latest Notes
The root page stays intentionally small. Choose a language, then read the full archive and related posts there.
AI 에이전트, 자동화, 개발 도구, 소프트웨어 제작 과정을 한국어로 기록합니다.
Node.js 22.5.0부터 npm install 없이 쓸 수 있는 node:sqlite 모듈. DatabaseSync, StatementSync, 트랜잭션, 사용자 정의 함수까지 실제 실행한 코드와 로그로 정리했다.
LlamaIndex 0.14, LangChain 1.3, Haystack 2.30을 직접 설치·테스트했다. langchain-community deprecated 경고, 코드 복잡도 측정, InMemory 검색 결과. 2026년 RAG 프레임워크 선택 기준을 실측 데이터로 정리했다.
AWS가 만든 스펙 주도 AI IDE Kiro를 공식 문서와 커뮤니티 리뷰로 분석했다. EARS 노테이션 기반 요구사항 생성, Agent Hooks, Steering Files의 실제 가치와 Claude Code와의 결정적 차이를 솔직하게 정리한다.
Personal notes on AI agents, automation, developer tools, and building software.
Node.js 22.5.0 ships node:sqlite, an built-in SQLite module requiring zero npm installs. DatabaseSync, StatementSync, transactions, and user-defined functions — tested hands-on with real logs.
I installed and tested LlamaIndex 0.14, LangChain 1.3, and Haystack 2.30 in a real sandbox. A hands-on comparison covering langchain-community deprecation warnings, code complexity, InMemory retrieval results, and a clear decision guide.
A deep look at AWS's spec-driven AI IDE Kiro using official docs and community reviews. Covers EARS-notation requirements, Agent Hooks, Steering Files, and an honest comparison with Claude Code — including where Kiro wins and where it falls short.
AIエージェント、自動化、開発ツール、ソフトウェア開発の記録です。
Node.js 22.5.0から npm install 不要で使えるnode:sqliteモジュール。DatabaseSync、StatementSync、トランザクション、ユーザー定義関数まで、実際に実行したコードとログで整理した。
LlamaIndex 0.14、LangChain 1.3、Haystack 2.30を実際にインストール・テストした。langchain-community deprecation警告、コード複雑度測定、InMemory検索の実行結果を含む実測比較ガイド。
AWSが作ったスペック駆動AI IDE Kiroを公式ドキュメントとコミュニティレビューで徹底分析。EARS記法による要件生成、Agent Hooks、Steering Filesの実際の価値と、Claude Codeとの決定的な違いを正直にまとめた。
记录 AI 代理、自动化、开发工具和软件构建过程。
Node.js 22.5.0 起可用的 node:sqlite 内置模块,无需 npm install。从 DatabaseSync、StatementSync、事务处理到自定义函数,全部基于实际运行代码和日志整理。
亲自安装测试了LlamaIndex 0.14、LangChain 1.3和Haystack 2.30。包含langchain-community弃用警告、代码复杂度测量和InMemory检索实际运行结果的实测比较指南。
通过官方文档和社区评测深度分析AWS开发的规格驱动AI IDE Kiro。涵盖EARS记法需求生成、Agent Hooks、Steering Files的实际价值,以及与Claude Code的关键差异的坦诚评估。