Can some one guide me about sqlite database. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can some one guide me about sqlite database.

Can some one guide me about sqlite database and all of its operation. Android studio.

10th Oct 2021, 6:17 AM
Rashid Ullah
2 Answers
+ 1
"All its operation" is too broad a subject to discuss in a Q&A forum like this. Please, the official SQLite site had provided links for the purpose, we can use it to our best. https://sqlite.org/quickstart.html https://sqlite.org/docs.html
10th Oct 2021, 8:01 AM
Ipang
+ 1
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day. More Information... The SQLite file format is stable, cross-platform, and backwards compatible and the developers pledge to keep it that way through the year 2050. SQLite database files are commonly used as containers to transfer rich content between systems and as a long-term archival format for data . There are over 1 trillion (1e12) SQLite databases in active use. SQLite source code is in the public-domain and is free to everyone to use for any purpose. For more Documentation check out this link: @https://www.sqlite.org/index.html
11th Oct 2021, 5:28 PM
Arun Jamson
Arun Jamson - avatar