Is it possible to define bit column in sqlite?
08:57 03 Dec 2013

Sounds like a basic question but I couldn't seem to find it. Is there a way to define in SQLite a column which will be a single bit?

sqlite sql-types