2.0.2 • Published 1 year ago

omni-orm v2.0.2

Weekly downloads
-
License
LGPL-3.0
Repository
gitlab
Last release
1 year ago

Omni ORM


Next gen ORM. Extremely small ~500b

npm.io

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');
2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.5.8

2 years ago

1.5.7

3 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago