2
I need a database to use on a Xamarin Forms app for college. I even created in Azure, but the limitation of 32 MB is very large, because I need to store photos too. I searched and saw that has the Express version of SQL, which allows up to 10GB in the database.
Does this information proceed? Any other alternative or article to guide me?
The application has to be Xamarin Forms, but has no database definition to use.
The limitation of 10 Gib of the Express edition, as of 2008 R2, is per database. You can use more than 10 Gib as long as you create multiple databases.
– José Diz