AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Avoid SQL in Your ORMs Deployment
I wouldn't even necessarily say that. I think when you get into ORMs, unless you're generating the code, a lot of ORM use the a lot of interfaces and you lose the type safety. And then I think there's some fundamental issues from mapping objects to relational ideas that you just can't get around. Personally, I would avoid SQL if you can, but that's my own personal opinion. All key values store all the way. Is it possible to do something like that with Bolt?