


#PRISMA APP DEVELOPER CODE#
How do you approach data modeling and schema migrations?įor example, imagine adding a new required column to one of your database tables that your application code writes to.How do you verify the correctness of database queries in your application?.How do you ensure that the application code interacting with the database aligns with the database schema?.However, adopting rapid development where you frequently evolve the database schema and application code to introduce new features brings many challenges that reduce developer productivity. Relational databases like Azure SQL have come a long way in ensuring that your application data is safely stored even as your application scales. Today’s web applications demand the ability to efficiently handle user data, store it in a database and wrangle it to provide user feedback.

This post has been originally written by Daniel Norman ( Developer Advocate Thanks Daniel!
