Migrate database management to Room and SQLCipher #340

Open
opened 2021-06-20 19:18:39 +02:00 by Amab · 0 comments
Amab commented 2021-06-20 19:18:39 +02:00 (Migrated from github.com)

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
Database access should be done through Room.

Database encryption should be done through SQLCipher.

Describe alternatives you've considered
Spring JPA and Liquibase.

Additional context
None.

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Database access should be done through [Room](https://developer.android.com/training/data-storage/room). Database encryption should be done through [SQLCipher](https://www.zetetic.net/sqlcipher/sqlcipher-for-android/). **Describe alternatives you've considered** [Spring JPA](https://spring.io/projects/spring-data-jpa) and [Liquibase](https://www.liquibase.org/). **Additional context** None.
Marown self-assigned this 2022-10-19 22:23:34 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Marown/SWADroid#340
No description provided.