@cwqt/refract
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "@cwqt/refract", | ||
"version": "1.0.10", | ||
"description": "A TypeScript SDK for Prisma", | ||
"version": "1.0.11", | ||
"description": "Generate Prisma from TypeScript", | ||
"author": "cwqt", | ||
@@ -6,0 +6,0 @@ "license": "GPL-3.0-or-later", |
# refract | ||
A TypeScript SDK for [Prisma](https://www.prisma.io). | ||
Generate [Prisma](https://www.prisma.io) from TypeScript | ||
@@ -9,6 +9,2 @@ <div align="center"> | ||
- Write your schema in TypeScript | ||
- Generate Prisma schema with `Refract` | ||
- Generate client & perform migrations with generated schema | ||
## Installation & usage | ||
@@ -27,3 +23,2 @@ | ||
- Only tested on `mysql` | ||
- Doesn't have all features, yet (PRs welcome!) | ||
- Made in two weekends while drinking 🥴 | ||
- Doesn't have all features yet (PRs welcome!) |
73608
23