This package has been deprecated

Author message:

Package is no longer maintained

admyn

1.4.2 • Public • Published

A simple admin panel that integrates into existing Node + Express + MySQL/MariaDB applications.

Deprecated

This project will most likely not receive any more updates. If anyone would like to mantain it, contact MrXyfir.

Features

  • View databases on provided MySQL/MariaDB server
  • View tables within a database
  • View a table's structure
  • View, search, edit, insert, and remove rows within a table
  • Ability to write, run, and see the results of your own custom SQL queries

This panel is currently very simple and limited in what it is able to do. Feel free to implement new features as you need them and create a pull request.

Setup

WARNING! Some setup is required. This is not a standalone admin panel that you install and run a couple commands. It was built to integrate directly into your existing application so as to give you more control over it. How you integrate it into your existing Express + MySQL application is largely up to you.

View the example folder for a simple, but working example.

Package Sidebar

Install

npm i admyn

Weekly Downloads

5

Version

1.4.2

License

MIT

Unpacked Size

1.09 MB

Total Files

28

Last publish

Collaborators

  • xyfir