Top "Sqlite" questions

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

Is there a .NET/C# wrapper for SQLite?

I'd sort of like to use SQLite from within C#.Net, but I can't seem to find an appropriate library. …

c# .net database sqlite
Android - Pulling SQlite database android device

I've looked everywhere and i can't find a real precise answer or a tutorial on how, if it is possible, …

sqlite android
SQLite string contains other string query

How do I do this? For example, if my column is "cats,dogs,birds" and I want to get any …

sql sqlite
How do DATETIME values work in SQLite?

I’m creating Android apps and need to save date/time of the creation record. The SQLite docs say, however, "…

sqlite datetime
ALTER COLUMN in sqlite

How do I alter column in sqlite? This is in Postgresql ALTER TABLE books_book ALTER COLUMN publication_date DROP …

sqlite
Cursor adapter and sqlite example

Hello I am looking for sample code in which cursor adapter is used with sqlite?

android database sqlite android-layout android-cursoradapter
ALTER TABLE ADD COLUMN IF NOT EXISTS in SQLite

We've recently had the need to add columns to a few of our existing SQLite database tables. This can be …

sqlite alter-table
Android SQLite Example

I am new to Android and I have to create an application where I need to use a SQLite database. …

android database sqlite sqliteopenhelper
Does it matter what extension is used for SQLite database files?

Are there advantages or disadvantages to the file extension used for SQLite databases? It seems that SQLite itself does not …

sqlite
Copying data from one SQLite database to another

I have 2 SQLite databases with common data but with different purposes and I wanted to avoid reinserting data, so I …

database sqlite