Top "Sqlite" questions

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

Deleting Row in SQLite in Android

This might be a dumb question, but I'm new to SQLite and I can't seem to figure this out. I …

android sqlite delete-row corresponding-records
How can I add the sqlite3 module to Python?

Can someone tell me how to install the sqlite3 module alongside the most recent version of Python? I am using …

python sqlite pip
Usage of unicode() and encode() functions in Python

I have a problem with encoding of the path variable and inserting it to the SQLite database. I tried to …

python string sqlite unicode encoding
Location of sqlite database on the device

I've created a sqlite database programmatically with the default way of extending SQLiteOpenHelper and overriding onCreate(). This way the db …

android sqlite
How do I insert datetime value into a SQLite database?

I am trying to insert a datetime value into a SQLite database. It seems to be sucsessful but when I …

sql datetime sqlite
Mac SQLite editor

I am aware of CocoaMySQL but I have not seen a Mac GUI for SQLite, is there one? My Google …

macos user-interface sqlite
SQLite with encryption/password protection

I'm just learning to use SQLite and I was curious if such is possible: Encryption of the database file? Password …

encryption sqlite password-protection
How to concatenate strings with padding in sqlite

I have three columns in an sqlite table: Column1 Column2 Column3 A 1 1 A 1 2 A 12 2 C 13 2 B 11 2 I need to select …

string sqlite string-concatenation leading-zero
Create SQLite Database and table

Within C# application code, I would like to create and then interact with one or more SQLite databases. How do …

c# sqlite system.data.sqlite
No module named _sqlite3

I am trying to run a Django app on my VPS running Debian 5. When I run a demo app, it …

python sqlite debian python-import