OneBiteAidan / PaperPluginTemplate

0 stars 0 forks source link

Database interface refactoring #1

Open OneBiteAidan opened 1 year ago

OneBiteAidan commented 1 year ago

Modify the existing database implementation to dynamically create database queries using methods rather than hardcoding queries.

OneBiteAidan commented 2 months ago

The software engineering pattern for this is called the Fluent Builder design pattern. JOOQ uses a similar approach.