Package org.proto4j.redis

Proto4j-Redis turn your database API from a Java interface into a usable implementation.
 @SQL(SQLiteFactory.FACTORY)
 public interface UserStorage {
     @SQL.Select("select * from {table}")
     public List<User> fetchUsersFrom(@Param("table") String tb);
 }
 
Version:
1.0
Author:
MatrixEditor, Proto4j