Precise-Finance / nestjs-mindsdb

MindsDb Module for nestjs
Apache License 2.0
3 stars 1 forks source link

refactor!: It is now possible to configure the module wihtout envs #6

Open Alexnortung opened 6 months ago

Alexnortung commented 6 months ago

This commit also refactors some functions and removes some functions that have been removed from mindsdb-js-sdk It also sets strict to true inside the tsconfig file, which also means some more refactoring.

Fixes #2 Fixes #4