1.0.8 • Published 3 years ago

mikro-orm-mssql v1.0.8

Weekly downloads
8
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

5 years ago