🗂️ 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
Removed the table prefix feature
Removed the delete method from the update manager -> Moved into DeletionManager
**🗂️ Added the Jitpack Repository**
You can now find this project under [the JitPack URL](https://jitpack.io/#gnmyt/sqltoolkit)
**🧴 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**
- Removed the table prefix feature
- Removed the delete method from the update manager -> Moved into DeletionManager
This repo is archived. You cannot comment on pull requests.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
🗂️ 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