SQL
Languages
Schema and query work, written through an ORM rather than assembled as strings.
The declarative language for relational data. Dialects differ, but the core is common to all of them: set operations over typed tables, with transactional guarantees.
How we use it
Written directly wherever the query is the interesting part. The ORM handles the shape of the object graph; reporting, reconciliation and migration logic are SQL because that is where a query planner is the right tool.
14
systems
Case studies using this
Multi-Tenant Onboarding for a Utility Asset Platform
Bringing a second utility onto a metering and asset-management product. The data model, the seeding path, and the dashboards that made it operable.
Platform Configuration for a Global Streaming Service
Backend configuration and release engineering on an OTT platform serving live events at scale, across a four-environment deployment pipeline.
E-Commerce Backend for an App Studio
A complete commerce backend, catalogue, cart, orders, discounts, payments and transactional mail, delivered with source and rights transferred to the client.