#(FOSS) Database Management Script

1 messages · Page 1 of 1 (latest)

regal zenith
#

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.)

GitHub

A free and open source software (FOSS) to manage the database in Hackmud. - unique-penguin/hackmud-db-management

regal zenith
#

🤦 I wrote default wrong, twice in the command list

regal zenith
#

Launch of v2.0.0 stable 🎉

(https://github.com/unique-penguin/hackmud-dbms/releases/tag/v2.0.0)

Change Log:

  • Small modification on the HELP page (image)
  • Size reduction to 4308 chars (-585 chars)
  • Better error handling for missing or invalid arguments
  • Correction of some bugs related to types.

Investors

  • @kind scroll
  • @dusty basin
    -# More information on the GitHub page.
GitHub

hackmud-dbms
A Free and Open Source Database Management Script (FODBMS) for hackmud.

Main Features

All find methods, first, array, count, distinct and all their parameters, query, projection, ski...