1.0.3 • Published 1 year ago

prismakv v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago
# 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
```
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago