mssql_connection 1.0.2 mssql_connection: ^1.0.2 copied to clipboard
A robust and efficient Flutter plugin for connecting to Microsoft SQL Server databases using the JTDS driver. This plugin provides seamless integration with your Flutter application, enabling you to p [...]
1.0.2 #
Added #
- updated the documentation.
1.0.1 #
Added #
- Initial release of the Flutter plugin for connecting to Microsoft SQL Server databases.
- Support for connecting to databases with customizable connection parameters.
- Ability to execute SQL queries and retrieve results in JSON format.
- Database write operations, including inserts, updates, and deletes, with transaction support.
- Automatic reconnection handling for improved robustness in case of connection interruptions.
- Configurable timeout for database connections to manage response times.