GitHub: https://github.com/unique-penguin/hackmud-db-management
I'm announcing the first pre-release of version v2.0.0 of my FOSS DB management script.
It supports all Hackmud's database functions with their methods and arguments. (Image)
Feel free to donate to lui, any GC or upgrades are very much appreciated.
Note for new players: The database is an extremely useful tool in Hackmud and you should strive to master it, so before using a player made solution like this one, give your best shot at making your own, then after you are done nuking all your documents for the 100th time, this one will be here waiting.
[v2.0.0-pr1] Changes logs:
Functionality
- Rename of some functions (show -> find, add -> insert)
- New update functions (#db.u1 and #db.us)
- Find now supports projection and almost all methods (only missing ".each()" and the non closing ones).
- Extra confirmation when choosing the nuke option.
- Slight change to the design of the command list.
- Removed market and inventory upgrade scraper (didn't align with the vision of the project)
Code
- Major reorganization of the code for less nesting and easier readability.
- Size increase to 4893 chars. (Still working on reducing the number)
Early Contributors
- @kind scroll
- @dusty basin
-# v1.0.0 and v1.1.0 are on the https://discord.com/channels/229545531104296960/1419880948610236426. (Stable, but do not recommend, because of the lack of features.)