Enki Importer
This importer depends on the following third-party gems:
- pg
- sequel
gem install GEM_NAME
or install the required gems in a batch by running the following snippet:
gem install pg sequel
Invocation
Sample snippet to invoke the importer:
jekyll import enki --dbname --user --password --host
Option <PARAM> | Description | ||
---|---|---|---|
--dbname |
Database name. |
||
--user |
User name. |
||
--password |
Database password. |
Default: '' |
|
--host |
Database host name. |
Default: 'localhost' |