Skip to content
forked from azerothcore/Keira3

Cross-platform Database Editor for AzerothCore

License

Notifications You must be signed in to change notification settings

RageGate/Keira3

 
 

Repository files navigation

Keira3

Codacy Badge Build Status Coverage Status dependencies Status devDependencies Status Discord

Keira3

Cross-platform desktop application featuring a Database Editor for the AzerothCore MMORPG framework.

With Keira3 you don't have to know the SQL language in order to change contents: it will generate the SQL queries automatically for you. The SQL code will be displayed, so you can learn, and then you can copy or execute it directly to your database.

Made with ❤ and TypeScript, Electron, Angular, Bootstrap.

Work in progress

Keira3 is currently in a WIP state. You can download the latest pre-release here and follow the development status here (you can also check the forum and the chat)

Support us

You can support the Keira3 development by donating with PayPal.

Inspired by

We created Keira inspired by the old indomit's Quice/Truice database editor, and by the Discover-'s SAI Editor. Our primary goal was to provide an editor with the same features that was cross-platform, so we built it as a web app.

Keira3 is the direct successor of Keira2. We kept the cross-platform promise as well as adding the possibility to execute the generated queries and simplifying the application setup.

AzerothCore Database

In order to use Keira3 you have to connect to an instance of the AzerothCore Database.

If you don't have any, you can easily create one following this guide.

Development

Dependencies

You need to first install node in order to have npm available in your system.

Install dependencies with npm :

npm install

If you want to generate Angular components with Angular-cli , you MUST install @angular/cli in npm global context. Please follow Angular-cli documentation if you had installed a previous version of angular-cli.

npm install -g @angular/cli

Build

To run the app in local development with hot reload:

npm start

More commands:

Command Description
npm run ng:serve:web Execute the app in the browser with hot reload (NOTE: no Electron/Node lib will work in this case)
npm run build Build the app. Your built files are in the /dist folder.
npm run build:prod Build the app with Angular aot. Your built files are in the /dist folder.
npm run electron:local Builds your application and start electron
npm run electron:linux Builds your application and creates an app consumable on linux system
npm run electron:windows On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:mac On a MAC OS, builds your application and generates a .app file of your application that can be run on Mac
npm run test-ci Run unit tests once
npm run test Run unit tests in watch mode

Note: Only /dist folder and node dependencies will be included in the executable.

About

Cross-platform Database Editor for AzerothCore

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 79.9%
  • HTML 18.9%
  • CSS 1.1%
  • JavaScript 0.1%