flytegg / twilight

A Kotlin API for Spigot/Paper Minecraft servers providing essential utilities to streamline development.
https://docs.flyte.gg/twilight.html
MIT License
55 stars 8 forks source link

Added SQL Support & Date/Time Utils #48

Closed kotlinsyntax closed 8 months ago

kotlinsyntax commented 8 months ago

Added SQL support including POJO's and a QueryBuilder

kotlinsyntax commented 8 months ago

Add support for multiple WHERE and JOIN clauses

kotlinsyntax commented 8 months ago

Hey, could you add some basic tests for your new things added, such as SQL and DateTime utils. Then I'll merge into a new branch and do some refactoring to keep consistent. Thanks :)

Alright how do you want me to do that? like a test table and run some queries on it?

kotlinsyntax commented 8 months ago

Added the Database test with commit #2a9858c

kotlinsyntax commented 8 months ago

Updated the README for SQL

kotlinsyntax commented 8 months ago

Added the POJO to table methods

kotlinsyntax commented 8 months ago

Please resolve the comments left

resolved in 2db3f41