# What - Update the app to use postgres instead of the default sqlite to prepare for the deployed environment # Considerations - Ensure that the local dev is updated appropriately so that there are instructions for how to spin up postgres as part of the setup. - Ideally docker should be an option as well as native postgres
What
Considerations