update_database
Update databases using CSV or Excel files by specifying connection string, database type, file path, and table name. Simplify data management across PostgreSQL, MySQL, MongoDB, and SQLite.
Instructions
Update the database from a CSV or Excel file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionString | Yes | Connection string for the database | |
databaseType | Yes | Type of database (e.g., PostgreSQL, MySQL, MongoDB, SQLite) | |
filePath | Yes | Path to the CSV or Excel file | |
tableName | Yes | Name of the table to update |