| Random Link ¯\_(ツ)_/¯ | ||
| May 29, 2023 | » | Query Languages for Data
3 min; updated Jul 19, 2025
Query Languages for DataIf you have a list of animal species and you want to return only the sharks in the list, a relational algebra expression would be \( \text{sharks} = \sigma_{\text{family = “Sharks”}}(\text{animals}) \). SQL queries follow the structure of relational algebra closely: … while an imperative query would be: |
| Jun 16, 2024 | » | Database Layer
4 min; updated Jun 16, 2024
Currently using MongoDB’s free tier, which has shared RAM, and up to 5GB of storage . So far, the overall DB usage has been less than 5MB. Query InjectionCurrent State of AffairsCurrently have this protection implemented back in 2018: |