0.2.3 • Published 3 years ago
nepkit-connector v0.2.3
Nepkit Connector
Use Nepkit Connector to connect Nepkit Dashboard Builder to the database on your server or local machine. Supported databases: PostgreSQL, MySQL, MariaDB.
Website • Create Account • NPM Package • Docker Image
Getting Started with NPM 🚀
Installing
npm install nepkit-connector -gManaging Connections
Add a new connection:
nepkit-connector addTo list all connections:
nepkit-connector listTo delete a connection:
nepkit-connector remove <id>API Server
To run API server:
nepkit-connector startTo stop API server:
nepkit-connector stopGetting Started with Docker 🐋
Running an image
docker run --name npkc -d -p 3443:3443 nepkit/nepkit-connectorExecuting a command
docker exec -it npkc nepkit-connector <command>License
Licensed under the Apache 2.0 License.