SQLite storage implementation for the Mira framework, providing database persistence via better-sqlite3. Version 1.0.20 is stable with regular updates. It is tightly coupled to mira-app-core (^1.0.23) as a peer dependency, offering a simple key-value and structured data storage solution for Mira applications. Differentiates from generic SQLite wrappers by integrating seamlessly with Mira's lifecycle and configuration.
npm install mira-storage-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a Mira application with an in-memory SQLite storage provider.
Ensure mira-app-core is version 1.0.23 or later.
Use named import syntax as shown in the imports section.
Ensure MiraApp is imported and instantiated: const app = new MiraApp();