mindsdb / mindsdb-js-sdk

Official JavaScript SDK for MindsDB
MIT License
19 stars 23 forks source link

[Hacktoberfest] Insert data into a table functionality #83

Open HahaBill opened 3 weeks ago

HahaBill commented 3 weeks ago

Users can now insert new items into the table in MindsDB. It follows this official documentation: https://docs.mindsdb.com/mindsdb_sql/sql/api/insert

MindsDB.Tables.insertTable("table_name", "integration_name", "select_query");

Issue: #70

Demo

https://github.com/user-attachments/assets/5fc9c758-38c8-4df3-b124-0e49ab608f8c