https://www.prisma.io/ logo
Join Slack
Powered by
# orm-help
  • m

    Michael Jones

    05/15/2018, 7:06 PM
    Hello, not as much a question as it is curiosity. Did Prisma go from being $45 a month to $15 a month? Is there any difference in features being offered for that price?
    👍 1
    🤔 1
    m
    w
    +4
    • 7
    • 51
  • s

    Stef

    05/15/2018, 7:17 PM
    Awesome news on the fundraise Prisma team! Exciting to be along for the ride.
    🦜 1
  • s

    Stephen

    05/15/2018, 7:25 PM
    Does the prisma:1.8 docker image not take a
    database:
    key for determining the database name?
    Copy code
    version: '3'
    services:
      prisma:
        image: prismagraphql/prisma:1.8
        restart: always
        ports:
        - "4466:4466"
        environment:
          PRISMA_CONFIG: |
            port: 4466
            # uncomment the next line and provide the env var PRISMA_MANAGEMENT_API_SECRET=my-secret to activate cluster security
            # managementApiSecret: my-secret
            databases:
              default:
                connector: postgres
                host: <host>
                port: 5432
                user: <user>
                password: <password>
                migrations: true
                managementSchema: management
                database: <user>
  • s

    Stephen

    05/15/2018, 7:25 PM
    I'm getting:
    Copy code
    May 15, 2018 7:22:56 PM org.postgresql.Driver connect
    SEVERE: Connection error:
    org.postgresql.util.PSQLException: FATAL: permission denied for database "postgres"
      Detail: User does not have CONNECT privilege.
    m
    n
    +2
    • 5
    • 24
  • k

    Katie

    05/15/2018, 7:41 PM
    @schickling does "All databases" include Neo4j?
    🔜 1
    🙈 1
    s
    j
    • 3
    • 2
  • r

    rajit

    05/15/2018, 7:42 PM
    Is there any news on what will happen to existing Graphcool hosting and projects?
    n
    • 2
    • 2
  • s

    sonicrida

    05/15/2018, 7:43 PM
    So did I miss something or was there no mention about the future of graphcool?.....
  • s

    sonicrida

    05/15/2018, 7:48 PM
    Any insight @schickling?
    s
    • 2
    • 1
  • s

    Sam

    05/15/2018, 7:56 PM
    Hi! Does Prisma support file uploads or storage?
    h
    m
    l
    • 4
    • 9
  • s

    sonicrida

    05/15/2018, 7:59 PM
    I guess another question I have. How easy is it to move from graphcool to managing my own postgres database with prisma?
    p
    w
    +2
    • 5
    • 6
  • r

    rion

    05/15/2018, 8:05 PM
    Congrats on the seed funding. Considering this new vested party (Kleiner Perkins), is there anything the community should prepare for (e.g. regarding the open source nature of the project, patents, etc)?
    👍 3
  • s

    schickling

    05/15/2018, 8:35 PM
    Great question @rion! We wouldn’t have picked KP if we didn’t feel 100% aligned on the topics of open-source and community! As stated before, it’s very important for us that the core of Prisma always stays open source and can be used without any limitations in production!
    👍 8
  • j

    Jonathan

    05/15/2018, 8:38 PM
    Hi, big congrats to the team, quite a milestone!
  • j

    Jonathan

    05/15/2018, 8:40 PM
    so following up on the last question, what will be the "paying" part going forward? Also, are you opening future funding rounds to the community of the people who work with the product? 😁
  • s

    sajmil

    05/15/2018, 9:08 PM
    Every resolver on graphcool right now is returning
  • s

    sajmil

    05/15/2018, 9:08 PM
    webtask switched to node 8 today ... maybe that is the problem
    👍 1
    n
    • 2
    • 2
  • f

    funkytek

    05/15/2018, 9:49 PM
    Congrats to the whole team on the raise, great job
  • s

    sajmil

    05/15/2018, 10:03 PM
    now getting straight 502 and 504s
  • s

    sakhmedbayev

    05/16/2018, 3:39 AM
    Can anyone explain me how to run a web app using prisma? If I sign for prisma cloud, will it provision for me graphql server, prisma and database?
  • g

    gabe.bravo

    05/16/2018, 4:13 AM
    hey everyone, not sure if this is a dumb question. I just started using graphcool tonight, and it has absolutely blown my mind. I am head over heels in love with it. That being said, is Prisma a replacement? And should I be learning it instead? Or is it just something different that serves to solve a different problem? From what I can tell, it's the latter. Thanks to anyone who responds and can shed light on this.
  • g

    gabe.bravo

    05/16/2018, 4:23 AM
    https://www.prisma.io/forum/t/graphcool-framework-and-prisma/2237
  • g

    gabe.bravo

    05/16/2018, 4:23 AM
    I guess I based my opinion on this:
  • g

    gabe.bravo

    05/16/2018, 4:24 AM
    Graphcool just melted my brain, so I hope it's here to stay
  • m

    m.b.iqbal

    05/16/2018, 4:54 AM
    Hi All, I am not able to connet to https://graph.cool
  • m

    m.b.iqbal

    05/16/2018, 4:54 AM
    has something changed
  • m

    m.b.iqbal

    05/16/2018, 4:54 AM
    ?
  • a

    AsPrO

    05/16/2018, 6:49 AM
    Hello, my application needs to be accessed from all over the world. Is there a solution using graphcool framework to deploy it on a cloud ?
  • k

    Khoa Huynh

    05/16/2018, 7:02 AM
    hi fols, how can we get some examples on prisma fragments. I didnt see it in document
  • k

    kitze

    05/16/2018, 7:33 AM
    Does anyone know a way to force Prisma to generate the
    src/generated
    folder?
  • k

    Korn

    05/16/2018, 7:33 AM
    Hi @kitze Run
    prisma deploy
    k
    n
    +8
    • 11
    • 175
1...313233...637Latest