@skimia/moleculer-db-adapter-typeorm
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

Codacy Badge Build Status Coverage Status Maintainability Test Coverage Known Vulnerabilities

moleculer-db-adapter-typeorm NPM version

SQL adapter (Postgres, MySQL, SQLite & MSSQL, Oracle and many more) for Moleculer DB service with typeorm.

it is essentially a clone of the great work on adaptor for Sequelize by the author of the project - since i have a need to use oracle - and i prefer typescript i just created a replace of the project.

it covers only the basics - but when you need more than basics just use the exposed

service.adapter.repository;

Features

Install

$ npm install moleculer-db-adapter-typeorm --save

Usage

examples folder - obviously the idea to use typescript throughout all the workflow

Test

$ npm test

License

The project is available under the MIT license.

/@skimia/moleculer-db-adapter-typeorm/

    Package Sidebar

    Install

    npm i @skimia/moleculer-db-adapter-typeorm

    Weekly Downloads

    30

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    17.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • kesslerdev