typescript sql adapter using typeorm
npm install moleculer-db-adapter-typeorm





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
``javascript 1.8`
service.adapter.repository;
`bash`
$ npm install moleculer-db-adapter-typeorm --save
examples folder - obviously the idea to use typescript throughout all the workflow
$ npm test
``