<@U8SF1JN7Q> what is Prisma anyways?
# prisma-whats-new
d
@Jonathan Romano what is Prisma anyways?
j
Well, let me provide a bit of background to help clarify this all somewhat
So initially Graphcool was this neat BaaS/DaaS/FaaS thing that was completely via a GUI - define your models and some lambda functions, and Graphcool gives you a GraphQL API
Then they decide that it would be smart to allow users to write everything in code as opposed to (just) the UI, which is called graphcool-framework, which is then open sourced
Graphcool 0.x is the current release of Graphcool and Graphcool-framework
1.0 is the beta release, and carries with it a number of significant improvements
Recently all of graphcool' repos have been getting commits replacing all references to "Graphcool" with references to "Prisma", suggesting the 1.0 release of Graphcool will be called Prisma
Well, that's the long version of it anyways!
a
Graphcool 0.x is the current release of Graphcool and Graphcool-framework
Almost... Graphcool-framework = 0.x and Graphcool = 1.0 RC
d
Great thanks guys!
j
Ah, thanks! Was wondering about that actually