> 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.