Hello everyone,
Here is ma situation :
I have a SQL Server Database and i would like to create the same database with the same structure in my mobile app.
I generated a .sql script from SQL server but is it possible to use it in xamarin.forms and SQLite ?
If i can, how i have to do ?
Thanks by advance.