View Issue Details

IDProjectCategoryView StatusLast Update
0006668Talerwallet-corepublic2023-04-04 19:35
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status assignedResolutionopen 
Target Version0.9.4 
Summary0006668: wallet core should support sqlite3 as backend
DescriptionThis is a bit tricky, as node doesn't have native sqlite3. Thus the wallet should just get a platform-dependent adapter for sqlite3 to run simple queries.

For different platforms, we'll do different things:
* on Android, we'll either call the Android-native SQLite3 API or compile SQLite3 into akono
* in the browser, we'll just use IndexedDB as usual
* for the CLI version, we'll use native node SQLIte3 bindings
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-12-14 15:51 Florian Dold New Issue
2020-12-14 15:51 Florian Dold Status new => assigned
2020-12-14 15:51 Florian Dold Assigned To => Florian Dold
2022-08-25 21:08 Christian Grothoff Severity minor => feature
2022-12-20 19:40 Christian Grothoff Target Version => 0.9.6
2023-04-04 19:35 Florian Dold Target Version 0.9.6 => 0.9.4
2023-04-13 20:36 Florian Dold Category wallet (TS core) => wallet-core