Comparing version 0.1.16 to 0.1.17
@@ -23,4 +23,4 @@ { | ||
"dependencies": { | ||
"uranio": "0.1.16" | ||
"uranio": "0.1.17" | ||
} | ||
} |
{ | ||
"name": "uranio", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "Uranio is a type-safe ODM for MongoDB", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Uranio | ||
![uranio logo](./img/LOGO_BANNER_01.png) | ||
Uranio is a Typescript Object Document Mapper (ODM) for MongoDB.\ | ||
@@ -10,5 +12,3 @@ It creates a client for querying collections in a database by just parsing | ||
``` | ||
npm install uranio | ||
yarn add uranio | ||
pnpm add uranio | ||
``` | ||
@@ -54,3 +54,3 @@ | ||
// Create a product | ||
await urn.products.insert({ | ||
await urn.products.put_item({ | ||
title: 'Uranio mug', | ||
@@ -57,0 +57,0 @@ description: 'A radioactive mug for your coding breakfast', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102265
95