#Umbraco Cloud Local SQL server
1 messages · Page 1 of 1 (latest)
Absolutely. Just create yourself a DB as usual and change the connection string in the appsettings.Develop.json.
Great stuff. Thanks mate.
There is also a config setting you can put in your deploy appsettings, to prefer using LocalDB over SQLite
^^ What Skttl said, assuming you have LocalDB installed, you can "simply" switch over to use that as the default instead.
Personally, I would like to see the code do what old Cloud used to do and switch to LocalDB if it finds it on the machine rather than a config setting 🙂