Skip to content

Commit 16f219f

Browse files
committed
v1.1é
1 parent 50abbe0 commit 16f219f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nosqlax",
33
"version": "1.1.0",
4-
"description": "NoSQLax is a lightweight JavaScript library designed to simplify and streamline CRUD operations with CouchDB. NoSQLax provides a unified and intuitive repository pattern to handle your data effortlessly.",
4+
"description": "NoSQLax is a modern, lightweight JavaScript Object Document Mapper(ODM) library that makes working with CouchDB a breeze. Inspired by CouchDB’s “Relax” philosophy and the chill vibes of Snorlax, NoSQLax takes the hassle out of managing your data, offering a streamlined and intuitive repository pattern to handle CRUD operations effortlessly.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
@@ -21,9 +21,12 @@
2121
},
2222
"keywords": [
2323
"couchdb",
24+
"odm",
2425
"orm",
2526
"nano",
2627
"repository-pattern",
28+
"data-mapper-pattern",
29+
"active-record-pattern",
2730
"schema",
2831
"ajv",
2932
"couchdb-helper"

0 commit comments

Comments
 (0)