0.2.3 • Published 2 years ago

nepkit-connector v0.2.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Nepkit Connector

Use Nepkit Connector to connect Nepkit Dashboard Builder to the database on your server or local machine. Supported databases: PostgreSQL, MySQL, MariaDB.

WebsiteCreate AccountNPM PackageDocker Image

Build npm version

Getting Started with NPM 🚀

Installing

npm install nepkit-connector -g

Managing Connections

Add a new connection:

nepkit-connector add

To list all connections:

nepkit-connector list

To delete a connection:

nepkit-connector remove <id>

API Server

To run API server:

nepkit-connector start

To stop API server:

nepkit-connector stop

Getting Started with Docker 🐋

Running an image

docker run --name npkc -d -p 3443:3443 nepkit/nepkit-connector

Executing a command

docker exec -it npkc nepkit-connector <command>

License

Licensed under the Apache 2.0 License.