openclaw-overlay-plugin 0.7.54 → 0.7.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -210,7 +210,7 @@ export class BSVAgentWallet {
210
210
  // 6. SQLite storage via knex
211
211
  const filePath = path.join(config.storageDir, `${DEFAULT_DB_NAME}.sqlite`);
212
212
  const knex = knexLib({
213
- client: 'better-sqlite3',
213
+ client: 'sqlite3',
214
214
  connection: { filename: filePath },
215
215
  useNullAsDefault: true,
216
216
  });