🛠️ Code cleanup & added many new features #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "features/code-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🗂️ Added the Jitpack Repository
You can now find this project under the JitPack URL
🧴 Cleaned up the entire codebase
The project is now faster & easier to understand
📃 Integrated the slf4j log manager
I removed the old log manager & integrated the slf4j log manager for better compatibility
🐛 Fixed many bugs
Most of the bugs are now fixed. If you still can find one, let me know this in the issues tab
➕ Added new sql types
I added new sql types to the project. (boolean, varchar, ..)
2️⃣ Updated the project version
The project now has the version 2.0
🗄️ Added the table factory
The project now supports the table factory. You can now register & get sql tables to easily create those tables
🗂️ Added the sql table feature
This project now supports simple table classes to create a simple schema without writing any sql
💾 Added the storage medium feature
The project now supports a storage medium which can be used to create simple storage tables that only need the key & value column
🏗️ Added the query building feature
The project now supports the query building feature. With that you can create simple queries without writing any statement
❌ Removed features