# Class BSV::Wallet::Store::SQLite <a id="class-BSV-Wallet-Store-SQLite"></a>

**Inherits:** `Store`

SQLite-specific store implementation.

Applies PRAGMAs (foreign keys, WAL journal mode) and handles SQLite's
insert_conflict semantics where the return value is always the
last_insert_rowid, even on DO NOTHING — requiring a re-query to verify input
lock ownership.

## Public Instance Methods
### `configure_db()` <a id="method-i-configure_db"></a> <a id="configure_db-instance_method"></a>
Not documented.

### `try_lock_input(record_id:, inp:)` <a id="method-i-try_lock_input"></a> <a id="try_lock_input-instance_method"></a>
Not documented.
