Commit graph

14 commits

Author SHA1 Message Date
Oliver-Akins
8f993adb47 Finish removing the Range bucket type that was accidentally still able to be created 2025-06-02 19:26:43 -06:00
Oliver-Akins
60b01c55e1 Fix undefined reference error when updating a table (closes #27) 2025-05-31 15:33:40 -06:00
Oliver-Akins
46400ca318 Make the migrationCheck methods synchronous 2025-05-30 21:27:23 -06:00
Oliver-Akins
a13310aaad Allow each database to determine if a user is allowed to perform CRUD operations on tables 2025-05-29 23:42:14 -06:00
Oliver-Akins
1e007af52a Add an API interface for performing DB migrations as required 2025-05-29 01:22:17 -06:00
Oliver-Akins
354b22da57 Add data validation and a world setting for enabling the Global API 2025-05-25 02:00:13 -06:00
Oliver-Akins
c7197641b6 Fixed a bug with rendering applications that depend on the database mutating the object by reference 2025-05-24 15:00:12 -06:00
Oliver-Akins
abc4b1d2ed Make it clearer what arguments are IDs and which aren't 2025-05-19 01:38:35 -06:00
Oliver-Akins
606d6e14ea Make all of the DB methods async, and update the dependencies in order to make them work with the async DBs 2025-05-11 22:49:26 -06:00
Oliver-Akins
4bfce858ef Convert my notes from paper form into a form that isn't as easy to lose 2025-05-07 23:14:22 -06:00
Oliver-Akins
8b488f488b Implement a new method to add multiple rows simultaneously without rerenders in-between the row additions 2025-05-04 21:35:22 -06:00
Oliver-Akins
b8b8f8f16b Add data validation to the abstract Database table methods 2025-05-03 21:38:25 -06:00
Oliver-Akins
ed845b2189 Add default implementations for create/delete tables 2025-05-03 14:00:13 -06:00
Oliver-Akins
34be2b0626 Add an abstract Database class 2025-04-30 21:57:32 -06:00