Justice Nanhou
Justice Nanhou
Is there a plan to have a command for generating models and connecting it with database?
##### **Overview of the feature request** In some RDBMS table, use case like product attribute need dynamic fields. ##### **Motivation for or Use Case** It will be time saving to...
here is my code example a class handling http request with spark java ```java public class Http { void start() { Service app = Service.ignite().port(82); app.get("/", (req, res)-> { System.out.println("request...
instead of using maps, an enum can do the job like this ``` class enum PodStatus { OK(200), CREATED(201), ... private int status; public PodStatus(int status) {this.status = status;} }...
Is it possible to Build a Vector Collection Type? The goal is to allow Mapdb to be used as embedded Vector Database with similarity search. Do you think it is...
Great project is to still active? Any plan to continue developing this framework?