/ storage.db
storage.db
 1  SQLite format 3@  .��
������S%%�itabletransactionstransactionsCREATE TABLE transactions (
 2                   id INTEGER PRIMARY KEY AUTOINCREMENT,
 3                   sender_id INTEGER NOT NULL,
 4                   receiver_id INTEGER NOT NULL,
 5                   amount REAL NOT NULL,
 6                   timestamp TEXT NOT NULL,
 7                   note TEXT, 
 8                   FOREIGN KEY(sender_id) REFERENCES accounts(id),
 9                   FOREIGN KEY(receiver_id) REFERENCES accounts(id)
10               )P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)�s�9tableaccountsaccountsCREATE TABLE accounts (
11                   id INTEGER PRIMARY KEY AUTOINCREMENT,
12                   name TEXT NOT NULL UNIQUE, 
13                   balance REAL NOT NULL,
14                   tags TEXT NOT NULL
15               )/Cindexsqlite_autoindex_accounts_1accounts
�����WallettAssetSalary�xIncomeGroceriesEGroceriesExpense
16  ����
17  Salary
Groceries		Wallet
���%transactionsaccounts
��� 	32026-01-15 15:25:37Roti'	3!�2026-01-15 15:25:05Jan Salary