Socket
Socket
Sign inDemoInstall

nukak

Package Overview
Dependencies
12
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

6

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",

@@ -29,3 +29,3 @@ "main": "./index.js",

"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rimraf": "^4.0.4",
"sqlstring": "^2.3.3",

@@ -39,3 +39,3 @@ "tslib": "^2.4.1"

"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"rimraf": "^4.0.4",
"typescript": "^4.9.4",

@@ -42,0 +42,0 @@ "uuid": "^9.0.0"

@@ -5,4 +5,6 @@ <!-- ![code](/assets/code.webp 'code') -->

The perfectionistic [ORM](https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping) for [TypeScript](http://www.typescriptlang.org) and modern `JavaScript` ideated to be fast, safe, and simple to plug into any application. Inspired by others such as [TypeORM](https://typeorm.io) and [Mongo driver](https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/query-document/).
[nukak](https://nukak.org) is a [ORM](https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping) for [TypeScript](http://www.typescriptlang.org) and modern `JavaScript`, is designed to be fast, safe, and easy to integrate into any application. It draws inspiration from [TypeORM](https://typeorm.io) and [Mongo driver](https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/query-document/).
[nukak](https://nukak.org) provides a consistent `API` for a wide variety of databases including `PostgreSQL`, `MySQL`, `SQLite` and `MongoDB`.
&nbsp;

@@ -21,3 +23,3 @@

- Transparent support for [inheritance between entities](https://nukak.org/docs/entities-inheritance) for reusability and consistency.
- Unified syntax across Databases: providing a standard `API` and transparently transforming queries according to the configured database.
- Unified API across Databases: same query is transparently transformed according to the configured database.

@@ -24,0 +26,0 @@ &nbsp;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc