Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relational Save Data / ORM Manager #46

Open
The-Fireplace opened this issue Mar 27, 2022 · 0 comments
Open

Relational Save Data / ORM Manager #46

The-Fireplace opened this issue Mar 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@The-Fireplace
Copy link
Member

Is your feature request related to a problem? Please describe.
As a mod developer, it is limiting and inefficient to use the current JSON-backed save data helpers. Although it would help to allow substituting in some other backend storage, ultimately it still has limitations, such as the single primary key restriction.

Describe the solution you'd like
New Relational Save Data manager which allows for:

  • Multiple column primary key
  • Indexed non-primary columns
  • Querying by specific columns (equals, not equals, greater than, less than, AND/OR with other conditions)

Additional context
This could mostly use the storage buffers that were already designed, but I'd have to remove the list/map support again since we'll be using a proper database structure. The current system of reading from and writing to buffers seems to be a good way to abstract out for the new setup.

@The-Fireplace The-Fireplace added the enhancement New feature or request label Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant