Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moleculerjs/moleculer-db-adapter-typeorm
typescript sql adapter using typeorm
https://github.com/moleculerjs/moleculer-db-adapter-typeorm
Last synced: 2 months ago
JSON representation
typescript sql adapter using typeorm
- Host: GitHub
- URL: https://github.com/moleculerjs/moleculer-db-adapter-typeorm
- Owner: moleculerjs
- License: mit
- Created: 2018-11-17T11:40:50.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-24T17:21:54.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T07:51:45.487Z (9 months ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-moleculer - moleculer-db-adapter-typeorm - A [TypeORM](http://typeorm.io/)-based service to persist your data (Services / Databases and Stores)
README
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/518b3bf84b8c4538b1e133d397ce700b)](https://app.codacy.com/app/dkuida/moleculer-db-adapter-typeorm?utm_source=github.com&utm_medium=referral&utm_content=dkuida/moleculer-db-adapter-typeorm&utm_campaign=Badge_Grade_Dashboard)
[![Build Status](https://travis-ci.com/dkuida/moleculer-db-adapter-typeorm.svg?branch=develop)](https://travis-ci.com/dkuida/moleculer-db-adapter-typeorm)
[![Coverage Status](https://coveralls.io/repos/github/dkuida/moleculer-db-adapter-typeorm/badge.svg?branch=develop)](https://coveralls.io/github/dkuida/moleculer-db-adapter-typeorm?branch=develop)
[![Maintainability](https://api.codeclimate.com/v1/badges/48baf794e43b2537a4a0/maintainability)](https://codeclimate.com/github/dkuida/moleculer-db-adapter-typeorm/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/48baf794e43b2537a4a0/test_coverage)](https://codeclimate.com/github/dkuida/moleculer-db-adapter-typeorm/test_coverage)
[![Known Vulnerabilities](https://snyk.io/test/github/dkuida/moleculer-db-adapter-typeorm/badge.svg)](https://snyk.io/test/github/dkuida/moleculer-db-adapter-typeorm)# moleculer-db-adapter-typeorm [![NPM version](https://img.shields.io/npm/v/moleculer-db-adapter-typeorm.svg)](https://www.npmjs.com/package/moleculer-db-adapter-typeorm)
SQL adapter (Postgres, MySQL, SQLite & MSSQL, Oracle and many more) for Moleculer DB service with [typeorm](https://github.com/typeorm/typeorm).
it is essentially a clone of the great work on adaptor for [Sequelize](https://github.com/moleculerjs/moleculer-db/tree/master/packages/moleculer-db-adapter-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
```javascript 1.8
service.adapter.repository;
```# Features
# Install
```bash
$ 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](https://tldrlegal.com/license/mit-license).