DBUtils
DBUtils provides a simplified way to manipulate databases. The utility provides ways to add your own Database types, Keys, and Caches. There is currently no implemented Database types, but any help is welcome.
##Features
- Easy Configuration for Server Owners
- Modular
- Easily add your own Database types, Keys, and Caches
- Out of the box Database types
- MySQL Not Implemented
- SQLite Not Implemented
- H2 Not Implemented
- Out of the box Keys
- StringKey
- UUIDKey
- MultiKey
- Out of the Caches
- StringCache
- ObjectCache
- Change any type of Cache into a UpdatingCache or SavingCache
##Suggestions and Issues
Issues
DBUtils uses GitHub to track issues. Click the link below to view the issue tracker.
Suggestions
If you have any suggestions, please submit an issue to GitHub of leave a reply on this post.
##Source Code
DBUtils is open-source, the source code is available on GitHub.
##Downloads
There’s currently no available download at this time.