←back to thread

873 points belter | 1 comments | | HN request time: 0.213s | source
1. danans ◴[] No.42963651[source]
> ORMs are the devil in all languages and all implementations. Just write the damn SQL

Agreed, or just use a key/val JSON document database and it's get/set APIs for basic operations. All the main ones also provide indexing and SQL APIs if that's needed.