SQL

Run complex sql queries and process data without writing any code

SQL code


Connect to database

How to make connection to Mysql or Postgres using single json configuration

Select non paginated data from database

Fetch single or multiple items from database without using pagination

Select paginated data from database

Fetch multiple items from database with build in pagination

Complex SQL query builder

Build complex query and exec statements based on external parameters

Insert statement

Insert data without writing any code

Update statement

Update data without writing any code

Delete statement

Delete data without writing any code

Transaction

Perform complex database transactions

Security