FranciKZ / KanjiDraw

Android application that helps in learning one of the Japanese writing systems, kanji, through drawing and space repetition.
0 stars 0 forks source link

Implement Sqlite Local DB #22

Open FranciKZ opened 3 years ago

FranciKZ commented 3 years ago

In order to support searching the current architecture of storing everything in redux won't really work well. It'll just be inefficient compared to using a SQL db.

https://github.com/andpor/react-native-sqlite-storage

Focus primarily on creating a schema for storing subjects and level data and such.