📄️ Insert a Single Row
A single row can be inserted in a database table using HTTP POST method along with a request body.
📄️ Bulk Insert Rows
Bulk insert saves more than one records/rows in the database.
📄️ How to insert JSON Column Value?
DB2Rest can save JSON data in JSON/JSONB column of a PostgreSQL database table. It can also save in MySQL columns of data type JSON.
📄️ Autogenerate Primary Key with TSID
Feature is only applicable for relational databases. It is not available for MongoDB.