denolib / typeorm

Forked from https://github.com/typeorm/typeorm
MIT License
118 stars 17 forks source link

Avoid downloading unnecessary drivers #79

Closed uki00a closed 3 years ago

uki00a commented 4 years ago

Only deno-sqlite is needed to use SQLiteDriver. Other drivers (e.g. deno-postgres and deno_mysql) should not be downloaded.