> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# LyznDB Insert

> Insert data into your personal database

# LyznDB Insert

Insert data into your personal database

## Properties

| Property   | Value         |
| ---------- | ------------- |
| **Type**   | lyzndb-insert |
| **Family** | Actions       |
| **Group**  | Database      |

## Parameters

| Name  | Label      | Type   | Description                          | Required |
| ----- | ---------- | ------ | ------------------------------------ | -------- |
| table | Table Name | String | Name of the table to insert into     | Yes      |
| data  | Data       | JSON   | Object or array of objects to insert | Yes      |

## Outputs

| Name         | Label        | Type    | Description              |
| ------------ | ------------ | ------- | ------------------------ |
| rowsInserted | rowsInserted | number  | Number of rows inserted  |
| lastInsertId | lastInsertId | number  | ID of last inserted row  |
| success      | success      | boolean | Whether insert succeeded |
