Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/erman999/sql-inserter
- Owner: erman999
- License: mit
- Created: 2023-05-31T12:41:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T11:28:11.000Z (over 1 year ago)
- Last Synced: 2023-10-19T12:34:21.940Z (over 1 year ago)
- Topics: electron, mariadb, mysql, mysql2, nodejs, sql
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Inserter
> ⚠️ This package is still uncomplete
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.