AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Write a DB Schema in Oracle
So with ORMs, this is a question I have for you. You are always writing your schema in the ORM specific language or is that just sometimes? Yeah. So they typically do have that concept where basically you're structuring out your database or your data in a way,. And that helps with all those things like the type safety and so on. But at the end of the day, you are modeling your data to fit into a database.