prisma-oxigen 1.0.0

Prisma Oxigen is a Rust crate designed to facilitate the creation of Prisma generators. It provides a set of utilities and abstractions to simplify the process of building custom generators for the Prisma ORM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
features = ["derive"]
version = "1.0.196"

[dependencies.serde_json]
version = "1.0.113"

[package]
description = "Prisma Oxigen is a Rust crate designed to facilitate the creation of Prisma generators. It provides a set of utilities and abstractions to simplify the process of building custom generators for the Prisma ORM."
edition = "2021"
homepage = "https://github.com/emilio-toledo/prisma-oxigen"
license = "Apache-2.0"
name = "prisma-oxigen"
readme = "README.md"
repository = "https://github.com/emilio-toledo/prisma-oxigen"
version = "1.0.0"