Tuesday 17 July 2018

How to connect Flutter App to sql server

Some context : The Db already exist and the app is for internal use of the company, thats why im not doing an api

Hi guys, i need to connect my app to a sql server to execute a query and retreive data from it.

I've already tried with this plugin but no succes SqlJocky5

Someone have done something similar already with flutter? How you did it? there's another library for connecting the app with a sql server? So, What I'm looking for is if there's a library to do it like in Xamarin Forms (SqlClient) or in Android Studio Java (JDBC Driver)

Thanks in advance



from How to connect Flutter App to sql server

No comments:

Post a Comment