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

orma


Version published
Weekly downloads
297
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

Orma

Orma is a database ORM a declarative alternative to Prisma. 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.

This package returns sql queries, which can be executed in a pool by the user.

Installation

npm i orma  // Or yarn add orma

Intospect a mysql database

This is where we describe what introspection means What is the syntax What are the limitations

import { ... } from 'orma'
// here is a code snippet

Construct queries

// This is how you construct queries

Construct Mutations

Here is where we explain what recursive op hierarchy alternative to graphql

// Another snippet

FAQs

Package last updated on 24 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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