@bairock/lenz 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Lenz 🚀
|
|
2
2
|
|
|
3
|
-
GraphQL-based ORM for MongoDB (Prisma
|
|
3
|
+
GraphQL-based ORM for MongoDB (Prisma style)
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
7
|
- ✅ **GraphQL SDL Schema** - Define models using GraphQL syntax
|
|
8
8
|
- ✅ **TypeScript First** - Full type safety and autocompletion
|
|
9
9
|
- ✅ **MongoDB Native** - Leverage all MongoDB features
|
|
10
|
-
- ✅ **Prisma
|
|
10
|
+
- ✅ **Prisma Style** - Familiar configuration and client generation
|
|
11
11
|
- ✅ **Auto-generated Client** - Generate TypeScript client from GraphQL schema
|
|
12
12
|
- ✅ **Relations Support** - One-to-One, One-to-Many, Many-to-Many
|
|
13
13
|
- ✅ **Transactions** - ACID transactions with MongoDB
|