connect_to_sql_server_directly 0.0.1
connect_to_sql_server_directly: ^0.0.1 copied to clipboard
A flutter plugin to connect to a sql server database directly.
connect_to_sql_server_directly #
A flutter plugin for android to Connect to a Sql Server Database directly.
You can execute Select queries to get the table data as a list.
Also You can execute Insert, Delete or Update queries on a table to get the status result.
How to install #
Android #
- No configuration required!
Sample #