1.0.5 • Published 10 years ago

heinzelmannchen-gen-pg v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

heinzelmannchen-gen-pg

This generator creates data from a database scheme.

If you use this generator in a .heinzelrc, you need to configurate a db-connection.

Example .heinzelrc

{
    "domains": {
        // ...
    },
    "generators": {
        "heinzelmannchen-gen-pg": {
            "npm": "heinzelmannchen-gen-pg",
            "config": {
                "database": "Heinzel",
                "charset": "utf8",
                "host": "127.0.0.1",
                "password": "***",
                "user": "***"
            }
      }
    },
    "templates": {
        // ...
    }
}
1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.1

10 years ago