`createOrUpdate` seems like it should work without
# prisma-whats-new
h
createOrUpdate
seems like it should work without
or am I misunderstanding something
n
createOrUpdate was more like an experiment 🙂
h
oh, hmm
I mean what I really need would be getOrCreate
but this also seemed like a good thing
good to know ig
n
in 1.0, there's proper upsert support. check here : https://github.com/graphcool/framework/issues/353
h
probably no eta on that?
n
h
oh cool, I'll take a look
guessing I can't just upgrade a project created in the online interface?
n
that's correct
h
ok so just to make sure I understand it right, currently we just have the database layer, but with 1.0 you build an application that wraps the database and exposes the actual functionality?