

Once you have followed the below steps, your database will be migrated into Azure SQL Database Serverless, enabling you to make your database available to other users or applications in the cloud and only pay for what you use, with minimal application code changes. The serverless compute tier also automatically pauses databases during inactive periods when only storage is billed and automatically resumes databases when activity returns. In such cases where the project or application outgrows the initial SQLite implementation, developers may need to migrate their data to a reliable, centralized data store.Īzure SQL Database Serverless is a compute tier for single databases that automatically scales compute based on workload demand, and bills for the amount of compute used per second.

And because it is likely the first database engine many people use, it can often end up as a central part of projects or applications. Its inclusion in many operating systems and popular applications makes SQLite one the most widely deployed and used database engines in the world. For many people, SQLite provides their first experience of databases and SQL programming.
