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

    mahkali

    11/24/2018, 10:23 PM
    Hi everyone. I'm excited about Prisma. I understand Prisma is an abstraction layer - what databases can it connect to? I only see MySQL and PostgreSQL in de docs, are other database also supported?
    l
    • 2
    • 2
  • m

    mahkali

    11/24/2018, 10:49 PM
    I wondering, how may people are part of the prisma development team?
  • g

    Gorodov Maksim

    11/25/2018, 1:31 AM
    When I run
    prisma reset
    and then enter
    c
    in the confirmation, it resets anyway but it should reset only when I type
    y
    , isn't it?
    h
    d
    • 3
    • 3
  • s

    Sam G. Zun

    11/25/2018, 2:51 AM
    Hi I'm just getting into prisma, and I'm getting this error after having run the
    docker compose up -d
    and
    prisma deploy
    commands
    Could not connect to server at <http://localhost:4466>. Please check if your server is running.
    h
    b
    • 3
    • 5
  • s

    Sam G. Zun

    11/25/2018, 3:12 AM
    Also tried changing my
    primsa.yml
    endpoint to
    <http://192.168.99.100:4466>
    and still getting the
    Could not connect to server at <http://192.168.99.100:4466> Please check if your server is running.
    , but this time after a number of minutes
  • s

    Sam G. Zun

    11/25/2018, 3:54 AM
    Now it's started to go through the deploy and I've got this error
    request to <http://192.168.99.100:4466/management> failed, reason: connect ETIMEDOUT 192.168.99.100:4466
  • s

    Sam G. Zun

    11/25/2018, 4:44 AM
    This is the error I'm getting from the logs
    Exception in thread "main" java.lang.RuntimeException: Unable to load Prisma config: com.prisma.config.InvalidConfiguration: Expected Boolean for field active, got <unset>
  • t

    tylim

    11/25/2018, 4:18 PM
  • t

    tylim

    11/25/2018, 4:18 PM
    guys, prisma keep restarting, any idea what it is?
    h
    • 2
    • 36
  • t

    tylim

    11/25/2018, 5:46 PM
    has anyone successfully docker compose psql and prisma in ubuntu?
  • a

    Anh

    11/25/2018, 6:53 PM
    Hi everyone, i’m new to Prisma and GraphQL. I just got this internship and I’m assigned a project which is to migrate the current database to AWS RDS MySQL and use GraphQL and Prisma. I successfully got docker to run and deployed to Prisma. However, it works because I keep all the credentials of AWS RDS MySQL on
    docker-compose.yml
    , but now I want to use .env to keep all the credentials and it doesn’t work anymore. If anyone could please advise me how to fix this, i’d greatly appreciate it.
  • a

    Anh

    11/25/2018, 6:53 PM
    this_is_my_docker-compose_yml.txt
    t
    r
    • 3
    • 8
  • a

    Anh

    11/25/2018, 6:54 PM
    This_is_my__env__which_is_saved_at_the_root_level_of_the_project_.txt
  • r

    rwatts3

    11/25/2018, 8:38 PM
    Are there Any updates on geospatial queries?
  • b

    Brian Speer

    11/25/2018, 8:54 PM
    What would be the best way to set up this relation.?Teacher many classes. Students many classes. Classes many students.
  • j

    Juan

    11/25/2018, 10:11 PM
    Hello, I’m trying to create a model with parent children relationship and I’m getting an unexpected behavior that was fixed before on this PR https://github.com/prisma/prisma/pull/2042 I’m running prisma v1.21 with Postgress and when I create a node connecting just the parent id it also adds the relationship to the children. Not sure if I’m missing simething but my model it’s setup like the one on the issues. https://github.com/prisma/prisma/issues/2071 Thank you.
  • j

    Juan

    11/25/2018, 10:24 PM
    Never mind, It seems that I wasn’t actually running v1.21, I’ve updated the docker-compose file, and now it works.
  • v

    Vipsey

    11/25/2018, 11:28 PM
    I'm experiencing really unresponsive servers. Im using graphcool framework (not prisma) on target: shared-eu-west-1. We are selling over 1 000 tickets through our application tomorrow. Cant afford having dead servers...
  • a

    Andres Montoya

    11/26/2018, 2:39 AM
    Hi guys, what do you prefer, typescript or ecmascript 6 (with its latest characteristics)?
  • v

    vjsingh

    11/26/2018, 5:28 AM
    Anyone have any info on the recent “Too Many Concurrent Queries” issue? - https://www.prisma.io/forum/t/too-many-concurrent-queries/5103
    👍 1
  • c

    CCBCodeMonkey

    11/26/2018, 5:33 AM
    anyone have an issue with
    graphql-yoga
    and
    nodemon
    where when you make a change in development inside one of the resolver functions, it doesn't get picked up unless I kill
    nodemon
    completely? but what is weird is changes outside the functions, do get picked up immediately
  • t

    tylim

    11/26/2018, 8:48 AM
    heh guys, recommend me psql database hosting provider other than heroku?
    a
    k
    • 3
    • 4
  • k

    k0ff33

    11/26/2018, 10:10 AM
    What is your recommended TypeScript setup to generate types when working with
    graphql-yoga
    server?
    graphqlgen
    or
    graphql codegen
    ? I’m starting a new project and want to hear some thoughts.
    n
    • 2
    • 13
  • r

    Raeesaa

    11/26/2018, 11:26 AM
    https://www.prisma.io/forum/t/need-help-in-figuring-out-how-to-access-model-identifiers/5129
  • t

    tylim

    11/26/2018, 12:39 PM
    hello guys, has anyone manage to run prisma in ubuntu environment?
    t
    h
    • 3
    • 25
  • t

    tylim

    11/26/2018, 2:11 PM
    do i need domain name for prisma server? because certbot is asking for domain name
  • n

    Novalis

    11/26/2018, 2:27 PM
    Hey there 🙂 Is there a way to create a prisma server out of a root Ubuntu server?
  • k

    Kelly

    11/26/2018, 2:30 PM
    Probably a dumb question. I've been following the HowToGraphQL guides with node and I've started getting messages like this " "message": "Variable '$_v0_data' expected value of type 'UserCreateInput!' " and I've no idea what it means. Any clues?
    n
    • 2
    • 37
  • j

    juanarics

    11/26/2018, 2:59 PM
    hey guys... I'm looking into prisma and maybe someone can help me: it looks really good, but my stopper is I have postgis data in database, and I see geolocation is still unsupported... is there any workaround for it or it might be a stopper for me? custom types, custom sql queries, ...? Thank you!!
    j
    • 2
    • 1
  • t

    tylim

    11/26/2018, 4:20 PM
    heh guys, i have a question, do i need ssl cert for node server? if so how can i do it
    a
    • 2
    • 12
1...165166167...637Latest