tutanota icon indicating copy to clipboard operation
tutanota copied to clipboard

Move SQL code from platform-specific code into the web part (use generated facade)

Open bedhub opened this issue 2 years ago • 0 comments

As part of https://github.com/tutao/tutanota/issues/4030 we need to generated the facade for accessing the SQL database. The SQL logic to store and read from offline db should be within the web part of the application so that we have one implementation for all platforms.

Tasks

  • [ ] Decide which operation are necessary.
  • [ ] Define facade in LICC and generate facades
  • [ ] Adapt desktop client implementation.

bedhub avatar Jun 21 '22 08:06 bedhub