Should I use sqlite?

In my application, I want to add a new function, which is to have a list of objects purchased by the user. Therefore, when a user buys something, he adds this object to the list. Later, if he starts the application again, there should be all the items added to the list.

The object will have some parameters (name, date of purchase, price, etc. etc.). My question is: is this used to use sqlite ?

If so, in an action with a list of objects every time the action starts, will I have to load a table from the database?

0
source share
3 answers

Should I use sqlite?

, ,

  • webserver webserver, sqlite, ping-
  • webserver, sqlite , CRUD(Create,Read,Update,Delete) sqlite

SQlite

:

  • , , ,
  • -, ,
  • , , .
  • .

:

  • .

Sinple Line:: Sqlite

+1

- "". - "".

+2

sqlite

+1

Source: https://habr.com/ru/post/1614101/


All Articles