Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sqlite

How do I rename a column in a SQLite database table?

sqlite alter-table

When does SQLiteOpenHelper onCreate() / onUpgrade() run?

Create table in SQLite only if it doesn't exist already

INSERT IF NOT EXISTS ELSE UPDATE?

Core Data vs SQLite 3 [closed]

cocoa macos core-data sqlite

Store boolean value in SQLite

sqlite

How to use an existing database with an Android application [duplicate]

java android eclipse sqlite

Java and SQLite [closed]

java sqlite

How to set Sqlite3 to be case insensitive when string comparing?

sqlite case-insensitive

How to get Top 5 records in SqLite?

sqlite select

What are the performance characteristics of sqlite with very large database files? [closed]

database performance sqlite

Insert new column into table in sqlite?

sqlite

Is there an SQLite equivalent to MySQL's DESCRIBE [table]?

mysql sqlite

How to get a list of column names on Sqlite3 database?

sqlite

What 'additional configuration' is necessary to reference a .NET 2.0 mixed mode assembly in a .NET 4.0 project?

SQLite - UPSERT *not* INSERT or REPLACE

sql sqlite upsert

Is it possible to insert multiple rows at a time in an SQLite database?

sql sqlite syntax

Sqlite primary key on multiple columns

How can I avoid concurrency problems when using SQLite on Android?

android database sqlite

How do I check in SQLite whether a table exists?

sqlite