Skip to main content

KSearch

A new way to write dynamic SQL statements
Currently only for Java + Spring Boot

Easy to Use

KSearch has been designed with developer convenience in mind.

With functions geared to follow the same sequence as an SQL query, you'll be surprised how quickly you can master this tool.

From installation to configuration, every step has been made so that you can use it without any difficulties.

Query only what you need

KSearch is developed prioritizing the precision of the operations you want to perform on the database.

Just what you need, just what you query.

100% SQL

KSearch has been specifically created to generate 100% SQL queries.

Forget about manually writing each query and dealing with potential errors.

Simplify your work and save time by letting our tool take care of generating the SQL queries necessary for your database operations.

Build response object effortlessly

Just call a method and your ResponseEntity will be automatically created from the executed query.

Automatic mapping

Automatically map the data extracted from database into an object with defined attributes to an easy manage of data queried.

Supports multiple datasources simultaneously

KSearch currently only supports the PostgreSQL database system (We are working to support other database systems).

However, you can connect multiple PostgreSQL databases at the same time.