News

This is a sample on how autoscaling of Azure SQL DB Hyperscale can be implemented using Azure Functions. The code just uses a simple moving average on the CPU load for the last minute; if the value is ...
A parser for SQLite create table and alter table sql statements. Extremely fast parser with no memory copy overhead MIT licensed with no dependencies (just drop the C file into your project) Never ...