Skip to content

geeky-auro/Sqlite_Database_Implementation_Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Under Construction

Sqlite_Database_Implementation_Docs

SQLite is another data storage available in Android where we can store data in the user’s device and can use it any time when required.

What is SQLite Database?

SQLite Database is an open-source database provided in Android which is used to store data inside the user’s device in the form of a Text file. We can perform so many operations on this data such as adding new data, updating, reading, and deleting this data. SQLite is an offline database that is locally stored in the user’s device and we do not have to create any connection to connect to this database.