emgen 0.1.0

Generate Rust Entity Models from MSSQL tables with EMGen.
Documentation
1
2
3
4
5
6
7
8
9
10
11
services:
  mssql-2019:
    build:
      context: docker/
      dockerfile: docker-mssql-2019.dockerfile
    restart: always
    environment:
      ACCEPT_EULA: "Y"
      SA_PASSWORD: "<YourStrong@Passw0rd>"
    ports:
      - "1433:1433"