Archive for the ‘Database’ Category

SQLite & Dates

June 17, 2010

I said it before and I’ll say it again, I really like SQLite’s approach to data types. Especially storing dates as strings on the way in, and then using functions for query and comparison on the way out. Anyway that’s it.