📄️ Read Value
Reads a value from the database.
📄️ Write Value
Writes a value into the database and returns the key.
📄️ Read and Write Value (in one step)
Atomically sets key to value and returns the old value stored at key.
📄️ Read Multiple Values
Reads the data from the database and returns an array with the values.
📄️ Write Multiple Items
Adds a large number of items to the database and takes only
📄️ Read Item
Reads the key and the value from the database.
📄️ Read Multiple Items
Reads the data from the database and returns items in an array as key-value pairs.
📄️ Read and Write Binary Files (Images)
SQLite has no problem with images and other binaries.
📄️ Undocumented
- getValuesAsSet() --> Set with values