1.0.8 • Published 2 years ago

mikro-orm-mssql v1.0.8

Weekly downloads
8
License
ISC
Repository
github
Last release
2 years ago

mikro-orm-mssql

This is a mssql driver for Mikro-orm v4. This is a work in progress until there is a driver available through the orm itself... (it's in the works)

import { MikroOrmModuleOptions } from 'nestjs-mikro-orm';
import { MsSqlDatabaseDriver } from 'mikro-orm-mssql';

export function ormConfigFactory(config: AppConfig): MikroOrmModuleOptions {
    return {
        // configuration here
        driver: MsSqlDatabaseDriver
    };
}
1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

4 years ago