You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This definitely helps with the design and maintanence. The database struct just combines method calls from the table to get the same results with less code in the control flow portions (514d727)
Some of the recent commits to jabko-micro have refactored parts of the database. The pmod table has not been split off since the exact implementation isn't quite resolved yet
Each separate table or map should be split into its own file in core/database. The DBHandler should only be a combination of these sub-maps
The text was updated successfully, but these errors were encountered: