# PrismaKV
PrismaKV is a Prisma-inspired ORM for Deno KV, It provides a simple, intuitive API for defining schemas, creating relationships, and performing CRUD operations.
## Features
- 🚀 Prisma-like syntax for easy adoption
- 📊 Schema definition with field types and relations
- 🔗 Support for one-to-one and one-to-many relations
- 🔍 Basic CRUD operations (create, read, update, delete)
- 🧠 Smart relation handling (automatic loading of related data)
## Installation
```bash
npm install prismakv
```
prismakv
1.0.3 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i prismakv
Weekly Downloads
0
Version
1.0.3
License
ISC
Unpacked Size
22.4 kB
Total Files
16