Yahoo Italia Ricerca nel Web

Risultati di ricerca

  1. Prisma Cloud is an application (used through a CLI & web interface) that provides tools and services around Prisma. When you're using Prisma, usage of Prisma Cloud is optional. The goal of Prisma Cloud is to ease the workflows in Prisma projects. It features a data browser, a deployment history (soon with automatic rollbacks), various team ...

  2. Description. Prisma Introduction: What, Why & How. Learn about Prisma's main features, use cases and how it fits into your architecture. Prisma Basics: Datamodel, Prisma Client & Server. Learn about the concepts you'll be working with on a daily basis when using Prisma. Prisma under the Hood.

  3. The Docker CLI and Docker Compose CLI are used to manage the Prisma servers. Here's a quick rundown of the most important commands: docker-compose up -d: Start a new Prisma server to which you can deploy your Prisma services. docker-compose stop: Stops the Prisma server. docker-compose pull: Downloads the latest Prisma images from Docker Hub.

  4. When working with Prisma, you're primarily dealing with three concepts: Datamodel: Defines the models of your application and is the foundation for the Prisma client API. (Optional: Can be used to perform migrations against your database.) Prisma server: A standalone infrastructure component sitting on top of your database.

  5. The Prisma server is currently unprotected, meaning everyone with access to its endpoint can send arbitrary requests to it. To secure the Prisma server, you need to set the managementApiSecret property in your Docker Compose file when deploying the server.

  6. Data export with the CLI. The Prisma CLI offers the prisma1 export command. It accepts one option: --export-path (short: -e): A file path to a .zip-directory which will be created by the CLI and where the exported data is stored. Under the hood, the CLI uses the export API that's described in the next section.

  7. Prisma Admin lets you easily create, update and delete data in your database through its GUI. You can make changes to the data in the Result and Detail areas of the Admin interface. Every database write is a two-step-process: Make local changes in the Prisma Admin UI (your local change will be highlighted afterwards) Once you're done with all ...

  8. This is why you have to set the PRISMA_MANAGEMENT_API_SECRET environment variable when using the Prisma CLI. The CLI reads the secret from the PRISMA_MANAGEMENT_API_SECRET environment variable and uses it to generate the JWT which it then attaches to the API request. Depending on your shell, the syntax for setting environment variables might ...

  9. The Go client is generated in a single file called prisma.go which will be located in the directory specified as the output in your prisma.yml. Edit this page on Github Last updated 4 days ago. Overview The Prisma client is auto-generated using the prisma1 generate command of the Prisma CLI. One Prisma client connects to exactly one Prisma ...

  10. Set up Prisma. Run the following command to connect Prisma to your existing database: prisma1 init hello-world. Copy. This launches an interactive wizard. Here's what you need to do: Select Use existing database. Select your database, either MySQL, PostgreSQL or MongoDB.

  1. Le persone cercano anche