omni-mssql
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Omni ORM - MSSql


OmniORM MSSql plugin

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 omni-orm, mssql, tedious.

npm

WARNING: API is not yet final

Requirements

Technically it should have no requirements.


Installation

For yarn:

yarn add omni-postgres

For npm:

npm i omni-postgres

Docs


Imports:

// ES6 JS/Typescript style
import { PostgresRepository } from 'omni-postgres';

// require
const { PostgresRepository } = require('omni-postgres');

Readme

Keywords

Package Sidebar

Install

npm i omni-mssql

Weekly Downloads

0

Version

2.0.0

License

LGPL-3.0

Unpacked Size

64 kB

Total Files

11

Last publish

Collaborators

  • techdesign-electronics-team