Tutorial by Topics: sqlite

SQLite is a relational database management system written in C. To begin working with SQLite databases within the Android framework, define a class that extends SQLiteOpenHelper, and customize as needed. The SQLiteOpenHelper class defines static onCreate() and onUpgrade() methods. These metho...
VersionMajor ChangesRelease Date3.02004-06-183.7.11SELECT max(x), y2012-03-203.8.3CTEs2014-02-11
The SQLite library itself has only a C API; to make it accessible from Java, the Android framework wraps this with the android.database.sqlite package. The most important classes are SQLiteDatabase and SQLiteOpenHelper. The android.database package contains the database-related parts of the fram...
official documentation: Prepared Statement Object
SQLite is a self-contained, serverless, transactional SQL database. It can be used within a .NET application by utilizing both a freely available .NET SQLite library and Entity Framework SQLite provider. This topic will go into setup and usage of the Entity Framework SQLite provider.
This section provides an overview of what sqlite3 is, and why a developer might want to use it. It should also mention any large subjects within sqlite3, and link out to the related topics. Since the Documentation for sqlite3 is new, you may need to create initial versions of those related topi...

Page 1 of 1