作者:exu8145079 | 来源:互联网 | 2023-08-29 09:49
IamunsureifIshoulduseornotAndroidSQLitedatabasewithmyAndroidprogram.我不确定我的Android程序是
I am unsure if I should use or not Android SQLite database with my Android program.
我不确定我的Android程序是否应该使用Android SQLite数据库。
The program has several tables, and I have operations for quering, updating and displaying these tables. However the total amount of data is not very large (maybe tens of rows at most).
该程序有几个表,我有操作来查询,更新和显示这些表。但是,数据总量不是很大(最多可能是几十行)。
I was told by some people that I should not use databases any more as storing everything into flat files is easier to implement, the finished implementation is easier to maintain and the database engine can be replaced by collection framework that stores pre-loaded flat files. These people have some weight in decision making so I need argumentation if I still want to use the database.
有些人告诉我,我不应再使用数据库,因为将所有内容存储到平面文件中更容易实现,完成的实现更容易维护,数据库引擎可以由存储预加载的平面文件的集合框架替换。这些人在决策中有一定的分量,所以如果我还想使用数据库,我需要论证。
Would it be possible to get argumentation when Android SQLite database should and when it should not be used?
当Android SQLite数据库应该和不应该使用时,是否可以获得论证?
1 个解决方案