# Database Queries Because I chose sqlx, lots of the sql files have weird aliasing, such as this; ```sql SELECT cache_name AS "cache_name: _" FROM records LIMIT ? OFFSET ? ``` See: