{"id":19134478,"url":"https://github.com/azerothcore/keira3","last_synced_at":"2025-05-15T16:07:59.180Z","repository":{"id":37405474,"uuid":"191058169","full_name":"azerothcore/Keira3","owner":"azerothcore","description":"Official  Database Editor for AzerothCore. Completely open-source and cross-platform, built with modern web technologies.","archived":false,"fork":false,"pushed_at":"2025-05-04T13:00:18.000Z","size":63094,"stargazers_count":363,"open_issues_count":91,"forks_count":154,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-11T17:23:52.315Z","etag":null,"topics":["azerothcore","azerothcore-tools","database-editor","tools"],"latest_commit_sha":null,"homepage":"https://www.azerothcore.org/Keira3","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azerothcore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":"www.paypal.me/francesco92dev"}},"created_at":"2019-06-09T21:41:34.000Z","updated_at":"2025-05-05T13:44:56.000Z","dependencies_parsed_at":"2024-01-03T18:30:58.934Z","dependency_job_id":"091f7ee4-0822-4de6-bf52-511ba92a8b75","html_url":"https://github.com/azerothcore/Keira3","commit_stats":{"total_commits":2891,"total_committers":30,"mean_commits":96.36666666666666,"dds":"0.32237979937737804","last_synced_commit":"c69ade9424218e4fd59b33720803ccfd128cb89d"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2FKeira3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2FKeira3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2FKeira3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2FKeira3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azerothcore","download_url":"https://codeload.github.com/azerothcore/Keira3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374475,"owners_count":22060611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azerothcore","azerothcore-tools","database-editor","tools"],"created_at":"2024-11-09T06:26:43.180Z","updated_at":"2025-05-15T16:07:54.171Z","avatar_url":"https://github.com/azerothcore.png","language":"TypeScript","funding_links":["www.paypal.me/francesco92dev","https://www.paypal.me/francesco92dev"],"categories":[],"sub_categories":[],"readme":"# Keira3\n\n[![CodeFactor](https://www.codefactor.io/repository/github/azerothcore/keira3/badge)](https://www.codefactor.io/repository/github/azerothcore/keira3)\n[![Actions Status](https://github.com/azerothcore/Keira3/workflows/main/badge.svg)](https://github.com/azerothcore/Keira3/actions)\n\u003ca href=\"https://www.paypal.me/francesco92dev\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/Donate-PayPal-ff3f59.svg\"/\u003e\u003c/a\u003e\n[![Discord](https://img.shields.io/discord/217589275766685707.svg)](https://discordapp.com/channels/217589275766685707/536630256048799744)\n\n## [Keira3 Website](https://www.azerothcore.org/Keira3/)\n\n![Keira3](https://raw.githubusercontent.com/azerothcore/Keira3/master/screenshot.png)\n\n\nCross-platform desktop application featuring a **Database Editor** for the [AzerothCore MMORPG framework](http://www.azerothcore.org).\n\nWith 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.\n\nMade with ❤ and [TypeScript](http://www.typescriptlang.org/), [Electron](https://electronjs.org/), [Angular](https://angular.io/), [Bootstrap](https://getbootstrap.com/).\n\n## Support us\n\nYou can support the Keira3 development by [donating with PayPal](https://www.paypal.me/francesco92dev).\n\n## Inspired by\n\nWe created Keira inspired by the old [indomit's Quice/Truice](https://github.com/indomit/quice) database editor, and by the [Discover-'s SAI Editor](https://github.com/jasperrietrae/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.\n\nKeira3 is the direct successor of [Keira2](https://github.com/Helias/Keira2). We kept the cross-platform promise as well as adding the possibility to execute the generated queries and simplifying the application setup.\n\n## AzerothCore Database\n\nIn order to use Keira3 you have to connect to an instance of the [AzerothCore](https://github.com/azerothcore/azerothcore-wotlk) Database.\n\nIf you don't have any, you can easily create one following [this guide](http://www.azerothcore.org/wiki/database-only-quick-setup).\n\nAlternatively, you can use a public database of AzerothCore with read-only access. Details [here](https://github.com/azerothcore/forum/issues/84).\n\n## How to install Keira3\n\nTo use Keira3, you don't need to install any dependency. Just [download](https://github.com/azerothcore/Keira3/releases) and run it.\n\n:warning: [Windows 7 or older Windows versions](https://github.com/azerothcore/Keira3/issues/2212) are not officially supported.\n\n## How to run Keira3 in development mode\n\n### Dependencies\n\n**Note:** these are the dependencies if you want to run Keira3 in development mode. If you just want to use Keira3, download it from the [releases page](https://github.com/azerothcore/Keira3/releases).\n\nYou need to first install [node](https://nodejs.org) in order to have `npm` available in your system.\n\nThis project uses [NX](https://nx.dev/), you can install it globally using `npm install -g nx@latest`\n\nThen install the dependencies using:\n\n``` bash\nnpm install\n```\n\nOnly for **Windows** ([Windows 7 or older versions](https://github.com/azerothcore/Keira3/issues/2212) are not officially supported), install `windows-build-tools` as administrator:\n```\nnpm install --global-production windows-build-tools\n```\nThis installation will take time and probably your PC will **reboot** during the installation.\n\n### Running checks on projects\n\nThe entire codebse is organised in [NX](https://nx.dev/) projects (apps and libraries), that are located in:\n\n- `apps/*`\n- `libs/*`\n\nAll lib paths are declared in the [tsconfig.base.json](https://github.com/azerothcore/Keira3/blob/master/tsconfig.base.json) and their names are:\n\n- `keira-path-name-of-the-project`\n\nExamples:\n\n- `keira-features-smart-scripts`\n- `keira-main-connection-window`\n- `keira-shared-base-editor-components`\n\nYou can run checks such as `lint` or `test` of any project using:\n\n- `nx lint project-name`\n- `nx test project-name`\n\nExamples:\n\n- `nx lint keira`\n- `nx lint keira-shared-utils`\n- `nx test keira-features-creature`\n\n### Run the app\n\nTo run the app in local development with hot reload:\n\n```bash\nnpm start\n```\n\nMore commands:\n\n| Command                    | Description                                                                                                 |\n|----------------------------|-------------------------------------------------------------------------------------------------------------|\n| `npm run lint`             | Run lint of affected projects                                                                               |\n| `npm run test`             | Run unit tests of affected projects                                                                         |\n| `npm run e2e`              | Run e2e tests. It requires to run `npm run build:prod` first                                                |\n| `npm run build`            | Build the app. Your built files are in the /dist folder.                                                    |\n| `npm run build:prod`       | Build the app with Angular aot. Your built files are in the /dist folder.                                   |\n| `npm run electron:local`   | Builds your application and start electron                                                                  \n| `npm run electron:linux`   | Builds your application and creates an app consumable on linux system                                       |\n| `npm run electron:windows` | On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems         |\n| `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 |\n\n**Note: Only /dist folder and node dependencies will be included in the executable.**\n\n### Learn\n\n- An overview of Keira3 internals is available [here](https://www.azerothcore.org/wiki/keira3-internals)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fkeira3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazerothcore%2Fkeira3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fkeira3/lists"}