update_database
Update databases (PostgreSQL, MySQL, MongoDB, SQLite) by importing data from CSV or Excel files. Specify file path, database type, connection string, and table name for precise updates.
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 |