2.1.2 • Published 12 months ago

@genx/model v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@genx/model

Get Started

Usage

genx-eml -h

Build models

genx-eml build -c

Migration

genx-eml migrate -c conf/app.default.json

Configuration

{
    ...,
    "dataSource": {
        "mysql": {
            "test": {
                "connection": "mysql://..."
            }
        }
    },
    "settings": {
        "geml": {
            "gemlPath": "geml",
            "modelPath": "src/models",
            "scriptPath": "scripts",
            "schemas": {
                "test": {
                    "dataSource": "mysql.test"
                }
            }
        }        
    }
}