G
G
Gravio2019-03-01 09:53:12
iOS
Gravio, 2019-03-01 09:53:12

What database to use for offline dictionary?

There is a specific task, to make an offline version of the dictionary in Swift.
The question is what local database to use to store words. Or how to store them locally
. An example of one word:

Слово:
      Перевод
      Пример

It is also desirable that the database is not too heavy

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
coderisimo, 2019-03-01
@coderisimo

SQLite is one of the standard solutions (with it FMDB).
Pretty simple))

B
briahas, 2019-03-07
@briahas

Realms?

Y
yayashitoya, 2019-03-01
@yayashitoya

Any embedded key-value database for Swift will do.
Yes, at least SwiftStore

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question