A Node.js implementation of the IndexedDB API with a persistent SQLite storage backend. This project started as a fork of fake-indexeddb, but its goal is different: provide IndexedDB semantics for ...
深夜、CIのキャッシュが飛んで、better-sqlite3のビルドがまた失敗した。 node-gypがPythonのバージョンを拾えないとかで、ログを20行くらい遡って原因を探す羽目になった。 これ、マジでよくある。 ローカルのNode.jsを22系に上げたタイミングで、ネイティブ ...
前回、Deep Researchで集めた素晴らしい情報が、JSONファイルの肥大化で使えなくなった話をしました。 AIに相談したところ「SQLiteに移行すれば?」という提案をもらいましたが...正直言って不安でした。Node.js? SQLite? どちらも初めて聞く言葉ばかり。 でも ...
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 ...