Skip Navigation

Is there a sea-orm equivalent to findOrCreate? How else would I do this?

in sequelize (javascript) it's pretty straightforward to either find a record, or create it if it doesn't exist. I don't see anything similar with sea-orm. There's a 'save' method that seems to insert or update, but I need to know details about the record ahead of time :/

Any ideas?

https://sequelize.org/docs/v6/core-concepts/model-querying-finders/

11

You're viewing a single thread.

11 comments
You've viewed 11 comments.