How good are the abstraction layers?
Choosing the features based on the lowest common denominator of X number of database systems is not the right approach in implementing an ORM! … Continue readingHow good are the abstraction layers?
"Life is really simple, but men insist on making it complicated." ~Confucius
Choosing the features based on the lowest common denominator of X number of database systems is not the right approach in implementing an ORM! … Continue readingHow good are the abstraction layers?
In apps for users all around the world (even in apps for local users where DST applies) correct time zones should be set, after database connection is established, based on the user’s time zone setting (rather than hard-coded setting in app). Then, data read/write ops should be automatically handled by the database. … Continue readingManaging date fields properly with correct time zones in PostgreSQL