New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

omni-orm

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omni-orm

--- Next gen ORM. Extremely small ~500b

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

Omni ORM

Next gen ORM. Extremely small ~500b

WARNING: It was meant to be used with Typescript. While it is possible to use with plain JS it is not advised and will be hard to use.

For Typescript, you need to have these two options turned on in tsconfig.json:

{
	"compilerOptions": {
		"emitDecoratorMetadata": true,
		"experimentalDecorators": true
	}
}

Depends on reflect-metadata.

npm

WARNING: API is not yet final

Requirements

Technically it should have no requirements. Won't run in browser for obvious reasons.

Installation

For yarn:

yarn add omni-orm

For npm:

npm i omni-orm

Docs

Imports:

// ES6 JS/Typescript style
import { OmniORM } from 'omni-orm';

// require
const { OmniORM } = require('omni-orm');

Keywords

orm

FAQs

Package last updated on 15 Feb 2024

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