Storage ORM
This is an easy-to-use storage API supporting several databases for the Java programming language. This is based on the previous handler I wrote for my queue revamp.
Features
- Fully opensource, and free to use.
Bug and Suggestion Policy
Report any bugs or suggestions to the owner (NV6) or on the github repository.
This is an easy-to-use storage API supporting several databases for the Java programming language. This is based on the previous handler I wrote for my queue revamp.
Features
- Supports several databases
- Redis
- MongoDB
- SQL (using HikariCP)
- (it would be easy to add more databases, just look at the already implemented databases)
- Redis
- Custom serialization
- Easy non-supported database implementation through the shared module API.
- Asynchronous database queries, as of writing:
- Writing is done through a ForkJoinPool and executes it like normally within this pool.
- Methods to fetch from the database return a CompletableFuture<T> object. (T being the provided object type)
- And more.
- Fully opensource, and free to use.
Bug and Suggestion Policy
Report any bugs or suggestions to the owner (NV6) or on the github repository.
- Type
- Offering
Last edited:
