A
A
Alexander Koshelev2022-02-23 18:53:37
Python
Alexander Koshelev, 2022-02-23 18:53:37

Which database should I choose for parsing in python and using it in app in kotlin?

Guys help with business logic please. The question is rather confusing, but I will try to explain briefly.
I'm parsing data (articles, phrases) that will be used in a Kotlin mobile app!
While I'm not uploading data anywhere, I'm writing parsers.
The question is, where (in which database) should I put the parsed data in python, so that later I can access this database in a mobile application?
And a question in a place of storage of a DB. I suppose, nevertheless, to store the database locally (in the application package), because I don’t think that the database will weigh a lot and + that users will be able to use the application without the Internet.
The question is in choosing a database, in which I will first put the data parsed in python, then I need to place this database in the application itself and access it in Kotlin.
Please advise how best to make this whole scheme and what tools to use?
Thanks in advance and have a great day everyone!
PS I don't think to create a database and populate it from the application, I want to fill the database with data using python, and then use this database from the application

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rPman, 2022-02-23
@Xandr24

sqlite
consider this an industry standard ideal for mobile users , of
course, you need to think about what exactly will happen with the data, but as I understand it, they are read-only, then sqlite is ideal in all respects

T
This_is_MonoliT, 2022-02-23
@This_is_MonoliT

Definitely Sqlite3
Since this DBMS is very easy to use and learn
Good luck!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question