VaishnavDatir / sql_conn

A sql_conn is a plugin for connecting Flutter Android application to SQL Server.
https://pub.dev/packages/sql_conn
Apache License 2.0
10 stars 13 forks source link

JSON type returned value ? #7

Open ertugrulcakici opened 2 years ago

ertugrulcakici commented 2 years ago

The readData func returning all the rows as column name and value. 10k row has come in 16 second in this way. When I try the get 48k row from same table and redirect it to flutter throught API, it toke only 1.5 second. I write the API in python flask and pyodbc database engine. İt's returning data with list and tuples which include only value. I need to same thing at this library.

VaishnavDatir commented 2 years ago

Hello, Well surly look into this matter. If you feel plugin needs changes or upgrades feel free to create a pull request. Thankyou