Socket
Socket
Sign inDemoInstall

orma

Package Overview
Dependencies
Maintainers
1
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orma - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

19

package.json
{
"name": "orma",
"version": "1.0.1",
"description": "orma",
"main": "index.js",
"version": "1.0.3",
"description": "A declarative relational syncronous orm",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"deploy": "node -e \"require('./.github/deploy.js').deploy()\""
},
"files": [
"build/**/*"
],
"repository": {

@@ -14,3 +18,10 @@ "type": "git",

"author": "",
"license": "ISC",
"license": "MIT",
"keywords": [
"orm",
"database",
"mysql",
"postgresql",
"declarative"
],
"bugs": {

@@ -17,0 +28,0 @@ "url": "https://github.com/mendeljacks/orma/issues"

## Orma
Orma is a database ORM a declarative alternative to Prisma.
Orma is a declarative ORM.
The goal is to provide a high level syntax with low performance overhead.
With this package you can subscribe to introspect relational databases, construct optimised sql queries, and insert deeply nested data into relational tables.
Orma provides introspection, validation, query construction and mutations. The package accepts json objects and returns sql strings.
This package returns sql queries, which can be executed in a pool by the user.
## Installation

@@ -26,8 +23,11 @@ ```

## Construct queries
The query generates nested json by...
```js
// This is how you construct queries
// This is how you execute queries
```
## Construct Mutations
Mutation format is the same as from the read uil...
Operations are nested in as meta on each level...
Here is where we explain what recursive op hierarchy alternative to graphql

@@ -34,0 +34,0 @@ ```js

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc