Posts

Showing posts from August, 2025

Tadukooverse Releases Since Last Update

 The blog kind of died off after the last post about Tadukoo Database's Alpha v.0.3 Release . Since then, there have been more changes and releases to the Tadukooverse projects. The entire history of Tadukooverse up until now was discussed in a YouTube video by Tadukoo:  Tadukoo Util & Tadukoo Engine (& Related Projects) History January 8, 2022 On this day, Tadukoo Combos was started as a project. Its single module is Tadukoo Ultimate Pojo. The idea here is that it’s a combination of Form, DatabasePojo, and JSONOrderedClass. Each of these is pojos that hold field values, but the Form provides logic for displaying the fields in a form, DatabasePojo provides logic for retrieving and storing the fields in a database, and JSONOrderedClass can be used to save or load the fields from a JSON file. January 9, 2022 Tadukoo JUnit was moved into Tadukoo Util. The JUnit module will no longer appear in future diagrams because it’s simpler to exclude it and it’s just used for t...