当前位置: 首页 > 软件库 > 数据库相关 > >

prisma-client-go

授权协议 Apache-2.0 License
开发语言 Google Go
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 松铭
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Prisma Client Go

Typesafe database access for Go

Quickstart   •   Website   •   Docs   •   API reference   •   Blog   •   Slack   •   Twitter

Prisma Client Go is an auto-generated query builder that enables type-safe database access and reduces boilerplate. You can use it as an alternative to traditional ORMs such as gorm, xorm, sqlboiler and most database-specific tools.

It is part of the Prisma ecosystem. Prisma provides database tools for data access, declarative data modeling, schema migrations and visual data management.

NOTE: Prisma Client Go is currently offered under our early access program. There will be documented breaking changes with new releases.

Getting started

To get started, read our quickstart tutorial to add Prisma to your project in just a few minutes.

You also might want to read deployment tips and the full API reference.

Notes

The go client works slightly different than the normal Prisma tooling. When you're using the go client, whenever you see Prisma CLI commands such as prisma ..., you should always write go run github.com/prisma/prisma-client-go ... instead.

Contributing

Running Tests

# requires docker to be installed
go run ./test/setup/init setup # sets up docker containers for integration testing
go generate ./...
go test ./... -v

# to teardown docker containers:
go run ./test/setup/init teardown

Writing Commit Messages

We use conventional commits (also known as semantic commits) to ensure consistent and descriptive commit messages.

Security

If you have a security issue to report, please contact us at security@prisma.io

  • 概要 为什么要做 prisma 的反向代理 反向代理示例(by golang) prisma 服务 gateway 服务 整体流程 认证 反向代理 权限 总结 概要 接触 prisma 有段时间了, 期间也使用过其他几种 graphql 接口自动生成的框架. 总的来说, 还是 prisma 生成的接口比较丰富, 使用上也比较方便, 和数据库之间耦合也低. prisma 文档: https://ww

  • prisma orm 介绍 (Introduction) Prisma is a data layer that turns a database into a GraphQL API. We can look at it as a kind of Object-Relational Mapper (ORM), but it’s much more powerful than traditiona

  • prisma orm Over in Part 1 we setup our project to require authentication to interact with the GraphQL API. Now, we’re going to look at logging in users and generating JSON Web Tokens (JWT) for our use

  • Prisma是我现在接触的最新的技术之一了,什么是Prisma呢,甚至你去国内网站上搜索,更多的结果都是一种使用了“先进”人工智能技术的图片编辑软件。 GraphQL大家应该都听说过,那么Graphql这么切合很多工程需求,到底为什么到现在还是可以说处于一种不温不火的状态呢?graphql自身的一些问题其实组织了它的发展,最典型的就是graphql更像是一门全新的查询语言,其复杂程度并不能被所有人

 相关资料
  • Prisma 是一个快速构建 GraphQL 服务、REST API、数据库服务的后端框架 已支持 MySQL, PostgreSQL, MongoDB 等数据库,其他流行数据库正在开发中 客户端已支持 JavaScript, TypeScript, Flow, Go 等语言 类型安全的数据库访问,包括过滤器、聚合、分页和事务 数据库的实时事件系统以获得有关数据库事件的通知 具有简单SDL语法的声

  • Serverless Prisma [Archived] — New projects should consider using Prisma2 Minimal Serverless + Prisma Project Template Getting Started Be sure to have Docker and Make installed on your machine. Docker

  • Prisma Examples Ready-to-run Prisma example projects �� Website   •   Docs   •   Blog   •   Slack   •   Twitter   •   Demo videos View full CI status This repository contains a number of ready-to-run

  • Airbnb Clone - GraphQL Server Example with Prisma This project demonstrates how to build a production-ready application with Prisma and graphql-yoga. The API provided by the GraphQL server is the foun

  • nexus-plugin-prisma Note: A replacement for this library is under development and available in early preview. More details in #1039. This plugin integrates Prisma into Nexus. It gives you an API you t

  • 什么是 Prisma(代表 Dart)? Prisma(适用于 Dart)是适用于 Dart 和 Flutter 的下一代 ORM。 最受欢迎的数据库:Prisma 支持 PostgreSQL、MySQL、MariaDB、SQL Server、SQLite、MongoDB 和 CockroachDB。 类型安全:Prisma Client 是一个为您的模式量身定制的查询构建器。我们将其 API 设