Hacker News new | ask | show | jobs
by SJC_Hacker 806 days ago
All SQLite queries are not just going to straight up work in Postgres.

e.g handling of dates is a big one. In SQLite they are just strings(kludgy IMO), where as Postgres has the timestamp data type.