Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erman999/sql-inserter

SQL Inserter is a tool that allows users to prepare and insert data to SQL server easily. The application connects to the SQL server and sends prepared queries to the server, returns number of affected rows, warning status and insert ID after a successful run.
https://github.com/erman999/sql-inserter

electron mariadb mysql mysql2 nodejs sql

Last synced: about 2 months ago
JSON representation

SQL Inserter is a tool that allows users to prepare and insert data to SQL server easily. The application connects to the SQL server and sends prepared queries to the server, returns number of affected rows, warning status and insert ID after a successful run.

Awesome Lists containing this project

README

        

# SQL Inserter

> ⚠️ This package is still uncomplete


Badge
Badge
Badge
Badge
Badge
Badge
Badge



SQL Query Inserter is a tool that allows users to insert data to SQL server easily. The application connects to the SQL server and sends prepared queries to the server, returns number of affected rows, warning status and insert ID after a successful run. This tool is useful for automating the process of inserting data into a SQL server, saving time and effort for users who need to insert large amounts of data.

## Contributing

If you find any issues with this application or would like to contribute, please feel free to submit a pull request or open an issue.

## License

This application is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.