Welcome
SquishyDatabase and SquishyConfiguration are not linked with this library.
This is a new version of the libraries combined into one project.
This library contains useful tools such as simplified logging, test helpers, a good universal configuration library and an interesting abstract database library.
This library is used in many of my (Smudgge's) projects, one specifically leaf currently being used on 72 servers (2024).
Intro to Configuration
This is quite similar to the spigot configuration classes but designed to be simpler.
Intro to Databases
Have you ever had a project that offered different database types?
It can be a pain to implement the same thing for each type of database. That's why I have created this library, you can now do all your database actions without worrying about doing it for each type! It abstracts the type of database.
Below is a step-by-step guide to creating a simple database and querying.
Last updated